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
Requires
- php: ^7.2
- monolog/monolog: ^1.10
- symfony/config: ^3.4 || ^4.0
- symfony/dependency-injection: ^3.4 || ^4.0
- symfony/http-foundation: ^3.4 || ^4.0
- symfony/http-kernel: ^3.4 || ^4.0
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.2
- sllh/composer-lint: ^1.0
- symfony/dependency-injection: ^3.4 || ^4.0
- symfony/expression-language: ^3.4 || ^4.0
- symfony/framework-bundle: ^3.4 || ^4.0
Suggests
- symfony/framework-bundle: If you want to use symfony
Conflicts
- symfony/framework-bundle: <3.4
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.