majesko/logger

Extended laravel logger with pseudo channels that are based on monolog handlers
2,434
Install
composer require majesko/logger
Latest Version:2.0.0
PHP:>=5.5.9
License:MIT
Last Updated:Jul 17, 2017
Links: GitHub  ·  Packagist
Maintainer: Majesko

Library for organization pseudo logging channels in laravel 5.1+ applications

Installation steps

  1. Add to composer required section "majesko/logger": "1.0.*"
  2. Add LoggerServiceProvider into service provider section of app.php
  3. Publish config file with command php artisan vendor:publish --tag="logger"
  4. 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