Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

[☠☠☠ NOT MAINTAINED ☠☠☠] A Symfony command to test that integration with loggly.com functions.

License

Notifications You must be signed in to change notification settings

visionappscz/loggly-integration-test-command-bundle

Repository files navigation

Loggly Integration Test Command Bundle

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

About

[☠☠☠ NOT MAINTAINED ☠☠☠] A Symfony command to test that integration with loggly.com functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages