OpenQuizz
Une application de gestion des contenus pédagogiques
pip._internal.utils.logging Namespace Reference

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
 

Function Documentation

◆ get_indentation()

def pip._internal.utils.logging.get_indentation ( )

◆ indent_log()

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.

◆ setup_logging()

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.

Variable Documentation

◆ colorama

colorama

◆ subprocess_logger

subprocess_logger