Logging

Logging#

log

Custom logger to avoid the complexities of the logging module.

set_logging_level(level)

Raise a warning here instead of setting the logging level.

set_logging_file(fname[, filemode, level, ...])

Set a file to write log to, independently from the stdout and stderr output chosen using set_logging_level().