Bases: list
, logging.handlers.BufferingHandler
An experimental log handler that stores temporary records in memory.
When flushed it passes the records to another handler
-
close
()[source]
Closes this handler
-
flush
()[source]
Flushes this handler
-
shouldFlush
(record)[source]
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 |