Download the PHP package mimmi20/monolog-callbackfilterhandler without Composer
On this page you can find all versions of the php package mimmi20/monolog-callbackfilterhandler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mimmi20/monolog-callbackfilterhandler
More information about mimmi20/monolog-callbackfilterhandler
Files in mimmi20/monolog-callbackfilterhandler
Download mimmi20/monolog-callbackfilterhandler
More information about mimmi20/monolog-callbackfilterhandler
Files in mimmi20/monolog-callbackfilterhandler
Vendor mimmi20
Package monolog-callbackfilterhandler
Short Description Monolog handler wrapper that filters records based on a list of callback functions
License BSD-3-Clause
Homepage https://github.com/mimmi20/monolog-callbackfilterhandler
Package monolog-callbackfilterhandler
Short Description Monolog handler wrapper that filters records based on a list of callback functions
License BSD-3-Clause
Homepage https://github.com/mimmi20/monolog-callbackfilterhandler
Please rate this library. Is it a good library?
Informations about the package monolog-callbackfilterhandler
CallbackFilterHandler for Monolog
This library is a Fork of llaville/monolog-callbackfilterhandler with updates for Monolog 3.
Code Status
Requirements
This handler works with PHP 8.1 or above
Installation
Run
Features
- This handler obey first to basic Monolog rules as
handler level
andbubble
. - Then, in second time, logs are filtered by rules defined in one or more callback functions.
Main difference with FilterHandler included in standard Monolog distribution since version 1.8.0
FilterHandler
can just filter records and only allow those of a given list of levels through to the wrapped handler.CallbackFilterHandler
may filter records to the wrapped handler, on each standard record elements including extra data and logging context.
Example
Here is a basic setup to log all events to a file and most important to another one (or notify by mail). See examples/basic.php file.
License
This package is licensed using the MIT License.
Please have a look at LICENSE.md
.
All versions of monolog-callbackfilterhandler with dependencies
PHP Build Version
Package Version
The package mimmi20/monolog-callbackfilterhandler contains the following files
Loading the files please wait ....