OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | BetterRotatingFileHandler |
class | BrokenStdoutLoggingError |
class | ColorizedStreamHandler |
class | ExcludeLoggerFilter |
class | IndentingFormatter |
class | MaxLevelFilter |
Functions | |
def | indent_log (num=2) |
def | get_indentation () |
def | setup_logging (verbosity, no_color, user_log_file) |
Variables | |
colorama | |
subprocess_logger | |
def pip._internal.utils.logging.get_indentation | ( | ) |
def pip._internal.utils.logging.indent_log | ( | num = 2 | ) |
A context manager which will cause the log output to be indented for any log messages emitted inside it.
def pip._internal.utils.logging.setup_logging | ( | verbosity, | |
no_color, | |||
user_log_file | |||
) |
Configures and sets up all of the logging Returns the requested logging level, as its integer value.
colorama |
subprocess_logger |