2017 © Pedro Peláez
 

library monolog-console-processor

image

otobank/monolog-console-processor

  • Wednesday, July 25, 2018
  • by kalibora
  • Repository
  • 9 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 133 % Grown

The README.md

Monolog Console Processor

Monolog Processor for Symfony console component., (*1)

Add extra data about console. (The current implementation is only command name), (*2)

Usage

Symfony

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

services:
    monolog.processor.console:
        class: Otobank\Monolog\Processor\ConsoleProcessor
        tags:
            - { name: monolog.processor }
            - { name: kernel.event_subscriber }

Installation

composer require otobank/monolog-console-processor

Author

Toshiyuki Fujita - tfujita@otobank.co.jp - https://github.com/kalibora, (*4)

License

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


OTOBANK Inc., (*6)

The Versions

25/07 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Toshiyuki Fujita

monolog symfony processor

25/07 2018

1.2.0

1.2.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Toshiyuki Fujita

monolog symfony processor

25/07 2018

1.1.0

1.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Toshiyuki Fujita

monolog symfony processor

09/12 2016

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Toshiyuki Fujita

monolog symfony processor