Name |
Description |
FormatterLoader |
Formatter Loader. Loads the Formatter options, validate them and instantiates
a Formatter object (implementing Monolog\Formatter\FormatterInterface) with all
the corresponding options |
HandlerLoader |
Handler Loader. Loads the Handler options, validate them and instantiates
a Handler object (implementing Monolog\Handler\HandlerInterface) with all
the corresponding options |
LoggerLoader |
Logger Loader. Instantiate a Logger and set passed in handlers and processors if any |
ProcessorLoader |
Processor Loader. Loads the Processor options, validate them and instantiates
a Processor object (implementing Monolog\Processor\ProcessorInterface) with all
the corresponding options |