Download the PHP package andrey-helldar/laravel-logger-channels without Composer
On this page you can find all versions of the php package andrey-helldar/laravel-logger-channels. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download andrey-helldar/laravel-logger-channels
More information about andrey-helldar/laravel-logger-channels
Files in andrey-helldar/laravel-logger-channels
Package laravel-logger-channels
Short Description Set of custom loggers for Monolog in Laravel
License MIT
Informations about the package laravel-logger-channels
Laravel Logger Channels
Set of custom loggers for Monolog in Laravel.
Installation
To get the latest version of Laravel Logger Channels
, simply require the project using Composer:
This command will automatically install the latest version of the package for your environment.
Instead, you may of course manually update your require
block and run composer update
if you so choose:
Using
There are two methods for using custom loggers - calling a class with a settings preset or manually setting a logger.
Processes Rotation
Add a new channel in file config/logging.php
or modify an existing one using one of the following methods:
1.
2.
In each case, one log file will be created for one session. The session label is taken from the global variable LARAVEL_START
.
License
This package is licensed under the MIT License.
For Enterprise
Available as part of the Tidelift Subscription.
The maintainers of andrey-helldar/laravel-logger-channels
and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. Learn more.