Bases: object
Handle a Log, outputting it in a relevant way.
Initialise handler with filterer and formatter.
If specified, filterer should be an instance of Filterer and will be used to determine whether to handle a log or not.
formatter should be an instance of Formatter and will be called to format the log record into a format suitable for output by this handler. As such a contractual relationship exists between a handler and its formatter.