Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

core23/monolog-filters

Repository files navigation

DEPRECATED

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.