Home
last modified time | relevance | path

Searched refs:addLevelName (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dutil.py97 logging.addLevelName(SUBDEBUG, 'SUBDEBUG')
98 logging.addLevelName(SUBWARNING, 'SUBWARNING')
/external/python/cpython3/Lib/logging/
D__init__.py140 def addLevelName(level, levelName): function
175 _srcfile = os.path.normcase(addLevelName.__code__.co_filename)
/external/python/cpython3/Lib/test/
Dtest_logging.py319 logging.addLevelName(logging.INFO, '')
320 self.addCleanup(logging.addLevelName, logging.INFO, 'INFO')
329 logging.addLevelName(logging.INFO, '')
330 self.addCleanup(logging.addLevelName, logging.INFO, 'INFO')
460 logging.addLevelName(k, v)
/external/python/cpython2/Lib/logging/
D__init__.py164 def addLevelName(level, levelName): function
/external/python/cpython2/Lib/test/
Dtest_logging.py370 logging.addLevelName(k, v)
/external/python/cpython2/Doc/library/
Dlogging.rst887 .. function:: addLevelName(lvl, levelName)
904 have associated levels with names using :func:`addLevelName` then the name you
/external/python/cpython3/Doc/library/
Dlogging.rst1066 .. function:: addLevelName(lvl, levelName)
1083 have associated levels with names using :func:`addLevelName` then the name you