Searched refs:addLevelName (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | util.py | 97 logging.addLevelName(SUBDEBUG, 'SUBDEBUG') 98 logging.addLevelName(SUBWARNING, 'SUBWARNING')
|
/external/pigweed/pw_cli/py/pw_cli/ |
D | log.py | 115 logging.addLevelName(log_level.level, colorize(log_level)(name))
|
/external/python/cpython3/Lib/logging/ |
D | __init__.py | 142 def addLevelName(level, levelName): function 177 _srcfile = os.path.normcase(addLevelName.__code__.co_filename)
|
/external/python/cpython2/Lib/logging/ |
D | __init__.py | 164 def addLevelName(level, levelName): function
|
/external/python/cpython2/Lib/test/ |
D | test_logging.py | 370 logging.addLevelName(k, v)
|
/external/python/cpython2/Doc/library/ |
D | logging.rst | 887 .. function:: addLevelName(lvl, levelName) 904 have associated levels with names using :func:`addLevelName` then the name you
|
/external/python/cpython3/Lib/test/ |
D | test_logging.py | 325 logging.addLevelName(logging.INFO, '') 326 self.addCleanup(logging.addLevelName, logging.INFO, 'INFO') 456 logging.addLevelName(k, v)
|
/external/python/cpython3/Doc/library/ |
D | logging.rst | 1095 .. function:: addLevelName(level, levelName) 1112 have associated levels with names using :func:`addLevelName` then the name you
|