friendica-addons/monolog
2025-02-05 15:20:06 +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
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 Fix Monolog 2023-07-23 13:00:31 +02:00
README.md Add READMD.md for monolog addon 2025-02-05 15:20:06 +00:00

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',
    ]
// ...