ID EN
Logging

Filter

Python 3.11

Returns an instance of the Filter class. If name is specified, it names a logger which, together with its children, will have its events allowed through the filter. If name is the empty string, allows every event.

Syntax

PYTHON
class logging.Filter(name='')

See Also

Filter