visionappscz / loggly-integration-test-command-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Loggly integration tester for symfony projects
Package info
github.com/visionappscz/loggly-integration-test-command-bundle
Type:symfony-bundle
pkg:composer/visionappscz/loggly-integration-test-command-bundle
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
The Loggly Integration Test Bundle provides commands for listing and testing of loggly monolog handlers integration in symfony projects.
Getting Started
Installing
Install with composer
require visionappscz/loggly-integration-test-command-bundle
Add bundle to AppKernel
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
// ...
new LogglyIntegrationTestCommandBundle\LogglyIntegrationTestCommandBundle(),
];
// ...
return $bundles;
}
Usage
loggly:handlers
loggly:test [handler|all [severity|all]]