lelivrescolaire/monolog-extra-bundle
Composer 安装命令:
composer require lelivrescolaire/monolog-extra-bundle
包简介
Customize monolog usage in your symfony 2 application.
README 文档
README
Monolog Extra Bundle

Extend your Monolog stack with some missing tools.
Installation
$ composer require "lelivrescolaire/monolog-extra-bundle:dev-master"
AppKernel:
public function registerBundles() { $bundles = array( new LLS\Bundle\MonologExtraBundle\LLSMonologExtraBundle(), ); }
Configuration reference
lls_monolog_extra: handlers: # Create custom handlers sqs_handler: type: sqs # Handler using Queue from SQSBundle queue: myQueue # Queue identifier level: INFO # Log level (int or label) bubble: true # Whether or not execute next handlers monolog: handlers: sqs: type: service id: lls_monolog_extra.handlers.sqs_handler # Auto generated service priority: 0
Read more documentation here
Contribution
Feel free to send us Pull Requests and Issues with your fixs and features.
Run test
Unit tests
$ ./bin/atoum
Coding standards
$ ./bin/coke
统计信息
- 总下载量: 5.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-11