2017 © Pedro Peláez
 

bundle loggly-bundle

Bundle for Symfony2 that extends Monolog for Loggly support

image

beberlei/loggly-bundle

Bundle for Symfony2 that extends Monolog for Loggly support

  • Sunday, June 30, 2013
  • by beberlei
  • Repository
  • 1 Watchers
  • 16 Stars
  • 11,179 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

LogglyBundle

Bundle is not maintained anymore, but mostly works because of its simplicity.

Loggly handler for Monolog as a Symfony bundle., (*1)

The bundle is inspired from Monologgly, (*2)

Installation

Deps, (*3)

[WhitewashingLogglyBundle]
    git=https://github.com/beberlei/WhitewashingLogglyBundle.git
    target=/bundles/Whitewashing/Bundle/LogglyBundle

Kernel, (*4)

$bundles = array(
    //..
    new Whitewashing\Bundle\LogglyBundle\WhitewashingLogglyBundle(),
);

Autoload:, (*5)

$loader->registerNamespaces(array(
    //..
    'Whitewashing' => __DIR__.'/../vendor/bundles',
));

Configuration

Configure Monolog, (*6)

monolog:
    handlers:
        main:
            type:         fingers_crossed
            action_level: error
            handler:      loggly
        loggly:
            type: service
            id: whitewashing_loggly.monolog_handler

Configure Loggly:, (*7)

whitewashing_loggly:
    # Loggly input key
    key: abcdefg

    # Loggly API host
    host: logs.loggly.com

    # Loggly API port (443 for HTTPS, 80 for HTTP)
    port: 443

    # Level to be logged (defaults to DEBUG)
    level: DEBUG

    bubble: true

The Versions

30/06 2013

dev-master

9999999-dev

Bundle for Symfony2 that extends Monolog for Loggly support

  Sources   Download

BSD-2-Clause

The Requires

 

by Benjamin Eberlei

07/07 2012

v0.0.1

0.0.1.0

Bundle for Symfony2 that extends Monolog for Loggly support

  Sources   Download

BSD-2-Clause

The Requires

 

by Benjamin Eberlei