jdecool / monolog-extra-bundle
This bundle add some extra processor for Symfony usage
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
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