pep / logger
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/pep/logger
Requires
- illuminate/support: ~4.2
- monolog/monolog: ~1.12
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.4
This package is not auto-updated.
Last update: 2025-10-11 22:14:35 UTC
README
Laravel multilogger component, to make logging to different files easy.
Installation:
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.
Usage:
Logger::warning('{file-namespace}', '{message}', [{context}]);
The following functions are available:
::debug
::info
::warning
::error
::critical
::alert
::emergency