Let us walk on the 3-isogeny graph
|
Data Structures | |
class | VerboseLogger |
Functions | |
VerboseLogger | getLogger (str name) |
None | init_logging () |
Variables | |
int | VERBOSE = 15 |
Customize logging Defines custom logger class for the `logger.verbose(...)` method. init_logging() must be called before any other modules that call logging.getLogger.
VerboseLogger getLogger | ( | str | name | ) |
None init_logging | ( | ) |
Register our VerboseLogger and VERBOSE log level. Should be called before any calls to getLogger(), i.e. in pip._internal.__init__
Definition at line 31 of file _log.py.
References i.