Bases: list, logging.handlers.BufferingHandler
An experimental log handler that stores temporary records in memory. When flushed it passes the records to another handler
Closes this handler
Flushes this handler
Determines if the given record should trigger the flush
Parameters: | record (:class:~`logging.LogRecord`) – a log record |
---|---|
Return type: | :class:~`bool` |
Returns: | wheter or not the handler should be flushed |