Release
taurus
taurus.core
taurus.core.util
MemoryLogHandler
Bases: list, logging.handlers.BufferingHandler
list
logging.handlers.BufferingHandler
An experimental log handler that stores temporary records in memory. When flushed it passes the records to another handler
close
Closes this handler
flush
Flushes this handler
shouldFlush
Determines if the given record should trigger the flush
LogRecord
bool