LogFilter

Inheritance diagram of LogFilter
class LogFilter(level)[source]

Experimental log filter

Import from taurus.core.util.log as:

from taurus.core.util.log import LogFilter
filter(record)[source]

Determine if the specified record is to be logged.

Returns True if the record should be logged, or False otherwise. If deemed appropriate, the record may be modified in-place.