visionappscz / loggly-integration-test-command-bundle
此包已被废弃,不再维护。未建议替代包。
symfony项目的Loggly集成测试器
dev-master
2016-10-26 12:08 UTC
Requires
- symfony/monolog-bundle: ^2.11
This package is not auto-updated.
Last update: 2021-06-26 01:39:02 UTC
README
Loggly集成测试包提供在symfony项目中列出和测试loggly monolog处理器集成的命令。
入门
安装
使用composer安装
require visionappscz/loggly-integration-test-command-bundle
将包添加到AppKernel
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
// ...
new LogglyIntegrationTestCommandBundle\LogglyIntegrationTestCommandBundle(),
];
// ...
return $bundles;
}
用法
loggly:handlers
loggly:test [handler|all [severity|all]]