2017 © Pedro Peláez
 

library monolog-cli-processor

Allows to log console command

image

ivol/monolog-cli-processor

Allows to log console command

  • Saturday, January 28, 2017
  • by ivol
  • Repository
  • 1 Watchers
  • 0 Stars
  • 170 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

monolog-cli-processor

Build Status, (*1)

Cli processor allows to log console command in Monolog., (*2)

Installation

Add library to your Composer project:, (*3)

composer require ivol/monolog-cli-processor

Usage

<php>
// Autoload here
use Monolog\Logger;
use ivol\Monolog\Processor\CliProcessor;

$handlers = []; // Add handlers
$logger = new Logger('Logger_Name', $handlers, [new CliProcessor()]);
</php>

After that all log records in cli mode will be updated with extra cli arg., (*4)

License

exec-wrapper is released under the MIT License., (*5)

The Versions

28/01 2017

dev-master

9999999-dev

Allows to log console command

  Sources   Download

MIT

The Development Requires

by Dzmitry Shalukhau

28/01 2017

v1.0.1

1.0.1.0

Allows to log console command

  Sources   Download

MIT

The Development Requires

by Dzmitry Shalukhau

27/01 2017

v1.0.0

1.0.0.0

Allows to log console command

  Sources   Download

MIT

The Development Requires

by Dzmitry Shalukhau