InfoFilter#
- class InfoFilter(name='')#
Bases:
Filter
Helper class to filter log messages above INFO level.
Initialize a filter.
Initialize with the name of the logger which, together with its children, will have its events allowed through the filter. If no name is specified, allow every event.
Module:
exa.common.logger.logger
Methods
Determine if the specified record is to be logged.