algotom.util.log

tomoscan custom logger

Functions:

class algotom.util.log.ColoredLogFormatter(fmt, datefmt=None, style='%')[source]

Bases: logging.Formatter

formatMessage(record)[source]
algotom.util.log.debug(msg, *args, **kwargs)[source]
algotom.util.log.error(msg, *args, **kwargs)[source]
algotom.util.log.info(msg, *args, **kwargs)[source]
algotom.util.log.setup_custom_logger(lfname=None, stream_to_console=True)[source]
algotom.util.log.warning(msg, *args, **kwargs)[source]