2017 © Pedro Peláez
 

library monolog-fluent-handler

image

otobank/monolog-fluent-handler

  • Tuesday, May 31, 2016
  • by riaf
  • Repository
  • 18 Watchers
  • 1 Stars
  • 10,061 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Monolog Fluent Handler

Latest Stable Version Total Downloads Latest Unstable Version License Build Status Coverage Status Dependency Status, (*1)

Monolog handler for Fluent., (*2)

Usage

<?php

use Monolog\Logger;
use Otobank\Monolog\Handler\FluentHandler;

$logger = new Logger('name');
$logger->pushHandler(new FluentHandler());

$logger->alert('Something wrong.');

Symfony

example) app/config/config.yml, (*3)

services:
    acme.monolog.fluent_handler:
        class: Otobank\Monolog\Handler\FluentHandler
        arguments:
            - "%acme.fluent.uri%"

monolog:
    handlers:
        fluent:
            type: service
            id: acme.monolog.fluent_handler
            level: debug

Installation

composer require otobank/monolog-fluent-handler

Author

SATO Keisuke - ksato@otobank.co.jp - https://github.com/riaf, (*4)

License

Licensed under the MIT License - see the LICENSE file for details, (*5)


OTOBANK Inc., (*6)

The Versions

31/05 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by SATO Keisuke

10/06 2015

1.0.1

1.0.1.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by SATO Keisuke

10/06 2015

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by SATO Keisuke