class documentation

class DynamicLogFilter: (source)

View In Hierarchy

This class handles dynamic log level filtering.

The initial level is set to ERROR so that it suppresses all "informational" log level entries that arrives before our own application is stated by calling the LogHandler start() method.

Method __call__ Return current log level display status.
Instance Variable level Current logging level.
def __call__(self, record: dict) -> bool: (source)

Return current log level display status.

Parameters
record:dictLogger record.
Returns
boollog level display status.

Current logging level.