jdecool / monolog-extra-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
This bundle add some extra processor for Symfony usage
Package info
github.com/jdecool/MonologExtraBundle
Type:symfony-bundle
pkg:composer/jdecool/monolog-extra-bundle
dev-master
2016-01-05 20:08 UTC
Requires
- php: >=5.4.0
- symfony/framework-bundle: ~2.6|~3.0
Requires (Dev)
- atoum/atoum: ^2.4
- atoum/stubs: ^2.2
- symfony/http-foundation: ~2.6|~3.0
- symfony/security: ~2.6|~3.0
Suggests
- symfony/http-foundation: For using the SessionProcessor
- symfony/security: For using the SecurityProcessor
This package is not auto-updated.
Last update: 2020-01-20 21:47:42 UTC
README
This Symfony2 bundles provides common additionnal Monolog processors for the framework.
Installation
Install the latest version with
$ composer require jdecool/monolog-extra-bundle
## Configuration
Basic configuration :
jdecool_monolog_extra: processor: security: true session: true
Complete configuration :
jdecool_monolog_extra: processor: security: enable: true env: ~ session: enable: true env: dev