Handler is the interface needed to be a part of the Handler chain. Events are sent from a logger down a chain of Handlers. The final Handler (which doesn't call other handlers) is called a Formatter. Formatters turn the event into something else (like a log-line) and are also Handlers. Formatters i
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected