majesko/logger
Library for organization pseudo logging channels in laravel 5.1+ applications
Installation steps
- Add to composer required section "majesko/logger": "1.0.*"
- Add LoggerServiceProvider into service provider section of app.php
- Publish config file with command php artisan vendor:publish --tag="logger"
- Uncomment or needed channels in logger.php
Useful parameters
"app_tag" is used to tag source of logs, for example in elasticsearch
"global" uses to mark application-wide log channels
##Handler variants:
"StreamWrapper" is for single file logs
"RotatingFileWrapper" is for per-day logs, so you need to configure rotation options
Formatters
Logger use plain monolog formatters