Class k.l.ReversedGlobalFilter(logging.Filter):
Part of
kiwi.log
It's like a reversed filter, the default behavior is to not show the message, you need to add custom filters for all the records you wish to see
Function
__init__
Undocumented
Function
add_filter
Undocumented
Function
filter
Undocumented
def
__init__(self):
Undocumented
def
add_filter(self, f, level=logging.DEBUG):
Undocumented
def
filter(self, record):
Undocumented