otobank/monolog-console-processor

1.2.0 2018-07-25 11:09 UTC

This package is auto-updated.

Last update: 2024-08-29 04:25:31 UTC


README

Monolog Processor for Symfony console component.

添加关于控制台的额外数据。(当前实现仅命令名称)

用法

Symfony

示例) app/config/config.ymlapp/config/services.yml

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

安装

composer require otobank/monolog-console-processor

作者

Toshiyuki Fujita - tfujita@otobank.co.jp - https://github.com/kalibora

许可

在MIT许可下发布 - 有关详细信息,请参阅LICENSE文件

OTOBANK Inc.