core23/monolog-filters

This package is abandoned and no longer maintained. No replacement package was suggested.

Advanced filters for monolog.

0.3.0 2018-12-30 21:57 UTC

This package is auto-updated.

Last update: 2020-01-23 19:44:05 UTC


README

This library is deprecated, use exclude_http_codes option or HttpCodeActivationStrategy class instead.

Monolog filters

This library adds more filters to Monolog.

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this library:

composer require core23/monolog-filters

Symfony usage

If you want to use this library inside symfony, you can use a bridge.

Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in bundles.php file of your project:

// config/bundles.php

return [
    // ...
   Core23\MonologFilters\Bridge\Symfony\Bundle\Core23MonologFiltersBundle::class => ['all' => true],
];

License

This library is under the MIT license.