neeckeloo / monolog-module

Monolog integration into Laminas
MIT License
8 stars 3 forks source link

Added factory code to add processors to specific handlers #12

Closed kris-sum closed 4 years ago

kris-sum commented 4 years ago

Processors are also able to be added to handlers ( see https://github.com/Seldaek/monolog/blob/1.x/src/Monolog/Handler/HandlerInterface.php#L67 ) - the factory was missing support for this so it's been added below.

neeckeloo commented 4 years ago

Thanks @kris-sum. The build has been fixed and you're commit merged.