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