Let us walk on the 3-isogeny graph
|
Data Structures | |
class | BetterRotatingFileHandler |
class | BrokenStdoutLoggingError |
class | ExcludeLoggerFilter |
class | IndentedRenderable |
class | IndentingFormatter |
class | MaxLevelFilter |
class | RichPipStreamHandler |
Functions | |
bool | _is_broken_pipe_error (Type[BaseException] exc_class, BaseException exc) |
Generator[None, None, None] | indent_log (int num=2) |
int | get_indentation () |
int | setup_logging (int verbosity, bool no_color, Optional[str] user_log_file) |
Variables | |
_log_state = threading.local() | |
subprocess_logger = getLogger("pip.subprocessor") | |
|
protected |
Definition at line 41 of file logging.py.
Referenced by RichPipStreamHandler.handleError().
int get_indentation | ( | ) |
Definition at line 69 of file logging.py.
References i.
Referenced by RichPipStreamHandler.emit(), IndentingFormatter.format(), and pip._internal.utils.logging.indent_log().
A context manager which will cause the log output to be indented for any log messages emitted inside it.
Definition at line 55 of file logging.py.
References pip._internal.utils.logging.get_indentation(), and i.
int setup_logging | ( | int | verbosity, |
bool | no_color, | ||
Optional[str] | user_log_file | ||
) |
Configures and sets up all of the logging Returns the requested logging level, as its integer value.
Definition at line 226 of file logging.py.
References i.
|
protected |
Definition at line 31 of file logging.py.
subprocess_logger = getLogger("pip.subprocessor") |
Definition at line 32 of file logging.py.