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

dev-master 2016-10-26 12:08 UTC

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]]