symfony-bundle loggly-integration-test-command-bundle
Loggly integration tester for symfony projects
visionappscz/loggly-integration-test-command-bundle
Loggly integration tester for symfony projects
- Wednesday, October 26, 2016
- by visionappscz
- Repository
- 4 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Loggly Integration Test Command Bundle
The Loggly Integration Test Bundle provides commands for listing and testing of loggly monolog handlers integration in symfony projects., (*1)
Getting Started
Installing
Install with composer, (*2)
require visionappscz/loggly-integration-test-command-bundle
Add bundle to AppKernel, (*3)
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
// ...
new LogglyIntegrationTestCommandBundle\LogglyIntegrationTestCommandBundle(),
];
// ...
return $bundles;
}
Usage
loggly:handlers
loggly:test [handler|all [severity|all]]
dev-master
9999999-dev
Loggly integration tester for symfony projects
Sources
Download
MIT
The Requires