Monolog integration module for Laminas Applications
Installation via Composer.
require alex-patterson-webdev/laminas-monolog ^1.0.0
Register the modules services with the Laminas Service Manager by adding the module namespace to your applications config/modules.config.php
file.
// config/modules.config.php
return [
// ...
'Arp\\LaminasMonolog',
// ...
];
The easiest way to create a new Monolog logger is via configuration options. The Arp\\Monolog
provides factory classes to allow
for most of the default Monolog features to be optionally included, without having to write any code.