Interface Summary |
Handler |
Handler is an output. |
HandlerFactory |
It permits to manage Handler instances. |
Level |
This class represents a logging level. |
LevelFactory |
It manages Level instances. |
Loggable |
|
Logger |
A Logger implementation receives event messages from an object and exports
them. |
LoggerFactory |
The aims of this interface is to provide Logger instances, to allow
instrumentation to be independent of the logging implementation and
to allow the use of the same logging implementation for all the
components of a given application. |
MonologFactory |
|
TopicalLogger |
A TopicalLogger dispatches events to a set of Handlers. |