ATLAS Offline Software
|
Classes | |
class | ColoredFormatter |
class | ExtendedLogger |
Functions | |
def | insert_seqs (message) |
def | get_log_handler (singleton={}) |
def | log_level (level) |
def | get_level_for_opts (verbose, quiet) |
def | init_logger (verbose=False, quiet=False) |
Variables | |
int | VERBOSE_LEVEL = 15 |
RED | |
YELLOW | |
BLUE | |
WHITE | |
string | RESET_SEQ = "\033[0m" |
string | COLOR_SEQ = "\033[1;%dm" |
string | BOLD_SEQ = "\033[1m" |
dictionary | COLORS |
LoggerClass = logging.getLoggerClass() | |
def python.logger.get_log_handler | ( | singleton = {} | ) |
def python.logger.log_level | ( | level | ) |
dictionary python.logger.COLORS |