ATLAS Offline Software
Classes | Namespaces | Functions | Variables
DataQuality/DQUtils/python/logger.py File Reference

Go to the source code of this file.

Classes

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

Namespaces

 python.logger
 

Functions

def python.logger.insert_seqs (message)
 
def python.logger.get_log_handler (singleton={})
 
def python.logger.log_level (level)
 
def python.logger.get_level_for_opts (verbose, quiet)
 
def 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
 
string python.logger.RESET_SEQ = "\033[0m"
 
string python.logger.COLOR_SEQ = "\033[1;%dm"
 
string python.logger.BOLD_SEQ = "\033[1m"
 
dictionary python.logger.COLORS
 
 python.logger.LoggerClass = logging.getLoggerClass()