wdalmut/frankie-logger-module

Frankie monolog module

Installs: 14

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/wdalmut/frankie-logger-module

dev-master 2017-07-19 18:47 UTC

This package is not auto-updated.

Last update: 2025-09-28 08:21:39 UTC


README

Add Monolog to your project

[
    ...,
    new LoggerModule([
        'name' => 'default',
        'handlers' => [
            StreamHandler::class => [
                'path' => '/tmp/test.log',
                'level' => Logger::DEBUG,
            ],
        ],
    ]),
]