Class CallbackFilter
 A logging filter that checks the return value of a given callable (which takes the record-to-be-logged as its only parameter) to decide whether to log a record. 
Declaration
class CallbackFilter(logging.Filter)
source linkDocumentation
Methods