logs#

Logging tools

Functions

create_logger(logger[, file_log_level, ...])

Create file and stream logger at the wanted level for the given logger.

init_logger(curr_logger[, log_lvl, log_format])

Initialize a very basic logger to trace the first lines in the stream.

reset_logging()

Reset root logger

shutdown_logger(logger)

Shutdown logger (if you need to delete the log file for example)