API referenceconfig

isf_logging

Set up logging for ISF.

Classes

LastPartFilter

Logging add-on that adds a field name_last that only shows the last part of the module or file name.

RecordFilter

Logging add-on that filters out logs if they contain a certain string.

Functions

stream_to_logger(logger, level)

Wrapper for a stream object that redirects writes to a logger instance.

add_logging_level(levelName, levelNum, methodName)

Comprehensively adds a new logging level to the logging module and the

get_isf_logger(force_reconfigure)

Lazy initialization of the ISF logger.

Attributes

logger

-