gustaf.utils.log# gustaf/gustaf/utils/log.py. Thin logging wrapper. Functions configure([debug, logfile]) Logging configurator. debug(*log) Debug logger. info(*log) Info logger. prepended_log(message, log_func) Prepend message before a logging function. warning(*log) warning logger.