This module provides custom handlers and processors for the Monolog module, designed to address specific logging needs that are too specialized for the generic framework provided by the core Monolog module.
Provides handlers and processors for monolog module.
The aim is to have a processor or handler that matches a very specific use case that makes it not possible to stay in the monolog module, as monolog module works as a framework so its handlers and processors should be used for generic use cases.