ATLAS Offline Software
Loading...
Searching...
No Matches
logger.py File Reference

Go to the source code of this file.

Classes

class  python.logger.ColoredFormatter
class  python.logger.ExtendedLogger

Namespaces

namespace  python
namespace  python.logger

Functions

 python.logger.insert_seqs (message)
 python.logger.get_log_handler (singleton={})
 python.logger.log_level (level)
 python.logger.get_level_for_opts (verbose, quiet)
 python.logger.init_logger (verbose=False, quiet=False)

Variables

int python.logger.VERBOSE_LEVEL = 15
 python.logger.RED
 python.logger.YELLOW
 python.logger.BLUE
 python.logger.WHITE
str python.logger.RESET_SEQ = "\033[0m"
str python.logger.COLOR_SEQ = "\033[1;%dm"
str python.logger.BOLD_SEQ = "\033[1m"
dict python.logger.COLORS
 python.logger.LoggerClass = logging.getLoggerClass()