2017 © Pedro Peláez
 

library logger

image

pep/logger

  • Tuesday, January 20, 2015
  • by PepijnSenders
  • Repository
  • 0 Watchers
  • 0 Stars
  • 47 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Logger Build status

Laravel multilogger component, to make logging to different files easy., (*1)

Installation:, (*2)

composer require pep/logger;
php artisan config:publish pep/logger;

Afterwards add a path to where you want your different logfiles in the package config., (*3)

Usage:, (*4)

Logger::warning('{file-namespace}', '{message}', [{context}]);

The following functions are available:, (*5)

::debug
::info
::warning
::error
::critical
::alert
::emergency

The Versions