MemoryLogHandler¶
-
class
MemoryLogHandler(capacity=1000)[source]¶ Bases:
list,logging.handlers.BufferingHandlerAn experimental log handler that stores temporary records in memory. When flushed it passes the records to another handler