Logging

Tessif’s logging specifications.

tessif.logging.create_file_handler()[source]

Create a tessif style logging file handler.

tessif.logging.create_stream_handler()[source]

Create a (currently unused) tessif style logging stream handler.

tessif.logging.create_logger(name)[source]

Create a tessif-style logger.

tessif.logging.reset_stream_handler(logger)[source]

Reset a loggers stream handler.

Usefull when tropping using tessif.system_model.tropp.

Parameters

logger – Logger of which the stream handler is to be reset

tessif.logging.reset_basic_config()[source]

Reset the logging modules basic configuration.

Particularly useful when third party modules overwrite basic config.