class documentation
Filter for the logging system. It removes all log messages that originate from the given sources.
| Method | __init__ |
Initialize the filter with the given sources. If the sources are empty, no filtering is done. |
| Method | filter |
Filter out log messages from the given sources. |
| Instance Variable | sources |
Tuple of sources to filter out. If empty, no filtering is done. |
Initialize the filter with the given sources. If the sources are empty, no filtering is done.
| Parameters | |
sources:tuple[ | A tuple of sources to filter out. |