class documentation

class MessagePrefixFilter(logging.Filter):

View In Hierarchy

Prepend prefix to all log records.
Method __init__ Undocumented
Method filter Undocumented
Instance Variable prefix Undocumented
def __init__(self, prefix):

Undocumented

Parameters
prefix:strUndocumented
def filter(self, record):

Undocumented

Parameters
record:logging.LogRecordUndocumented
Returns
boolUndocumented
prefix =

Undocumented