Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Classes | Functions | Variables
pip._internal.utils._log Namespace Reference

Classes

class  VerboseLogger
 

Functions

VerboseLogger getLogger (str name)
 
None init_logging ()
 

Variables

int VERBOSE = 15
 

Detailed Description

Customize logging

Defines custom logger class for the `logger.verbose(...)` method.

init_logging() must be called before any other modules that call logging.getLogger.

Function Documentation

◆ getLogger()

VerboseLogger pip._internal.utils._log.getLogger ( str  name)
logging.getLogger, but ensures our VerboseLogger class is returned

◆ init_logging()

None pip._internal.utils._log.init_logging ( )
Register our VerboseLogger and VERBOSE log level.

Should be called before any calls to getLogger(),
i.e. in pip._internal.__init__