class documentation

class MemoryHandler(logging.handlers.BufferingHandler):

View In Hierarchy

Handler buffering all logs.
Method __init__ Undocumented
Method clear Undocumented
Method flush Undocumented
Method flush​To Undocumented
Method should​Flush Undocumented
Instance Variable buffer Undocumented
def __init__(self):

Undocumented

def clear(self):

Undocumented

Returns
List[logging.LogRecord]Undocumented
def flush(self):

Undocumented

def flushTo(self, logger):

Undocumented

Parameters
logger:logging.LoggerUndocumented
def shouldFlush(self, record):

Undocumented

Parameters
record:logging.LogRecordUndocumented
Returns
boolUndocumented
buffer =

Undocumented