Download the PHP package craftable/advanced-logger without Composer
On this page you can find all versions of the php package craftable/advanced-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download craftable/advanced-logger
More information about craftable/advanced-logger
Files in craftable/advanced-logger
Package advanced-logger
Short Description Advanced logger
License MIT
Informations about the package advanced-logger
Advanced Logger
Advanced logger is a laravel package used to automatically log every request made to you laravel application. Each request is also identified by hash, which can be used in standard log to identify the request.
This package has been inspired by package https://github.com/andersao/laravel-request-logger from Anderson Andrade.
Installation
Composer
Run composer require brackets/advanced-logger
in your terminal.
Laravel
This package is for Laravel 5.5, 5.6, 5.7 and 5.8, so it has auto discovery.
To publish config file, run
Configuration
All options are described in config/advanced-logger.php
.
Using request hash in standard log file in Laravel 5.8
If you would like to have request identifier in you standard log, to match log events with request you could add to config/logging.php
to daily
channel. The resulted code should looks like
This log modifier can be used also in other channels, however it uses extended LineFormatter
.
All versions of advanced-logger with dependencies
illuminate/support Version 5.5.*|5.6.*|5.7.*|5.8.*
illuminate/http Version 5.5.*|5.6.*|5.7.*|5.8.*
monolog/monolog Version ~1.11
ext-json Version *