friendica-addons/monolog
Art4 f7ec934893 bump version to 1.1 2025-02-05 15:20:22 +00:00
..
src Rewrite Monolog factory to implement LoggerFactory 2025-02-05 15:11:14 +00:00
static Rewrite Monolog factory to implement LoggerFactory 2025-02-05 15:11:14 +00:00
vendor [monolog] Update Composer dependencies ahead of release 2024-03-19 23:10:09 -04:00
README.md Add READMD.md for monolog addon 2025-02-05 15:20:06 +00:00
composer.json [monolog] Update Composer dependencies ahead of release 2024-03-19 23:10:09 -04:00
composer.lock [monolog] Update Composer dependencies ahead of release 2024-03-19 23:10:09 -04:00
monolog.php bump version to 1.1 2025-02-05 15:20:22 +00:00

README.md

Monolog Addon

A Logging framework with lots of additions (see Monolog). There are just Friendica additions inside the src directory.

Set system.logger_config to monolog in your config/local.config.php file to activate Monolog.

// in config/local.config.php
// ...
    'system' => [
        'logger_config' => 'monolog',
    ]
// ...