Home
last modified time | relevance | path

Searched refs:getLogger (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_logging.py62 logger_dict = logging.getLogger().manager.loggerDict
75 logging.getLogger("\xab\xd7\xbb")
76 logging.getLogger(u"\u013f\u00d6\u0047")
78 self.root_logger = logging.getLogger("")
105 loggerDict = logging.getLogger().manager.loggerDict
148 ERR = logging.getLogger("ERR")
150 INF = logging.getLogger("INF")
152 DEB = logging.getLogger("DEB")
195 INF = logging.getLogger("INF")
197 INF_ERR = logging.getLogger("INF.ERR")
[all …]
Dtest_urllib2net.py99 logger = logging.getLogger("test_urllib2net")
192 debug = logging.getLogger("test_urllib2").debug
Dtest_multiprocessing.py1804 root_logger = logging.getLogger()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
DLog.py25 from logging import getLogger
74 _DEBUG_LOGGER = getLogger("tool_debug")
80 _INFO_LOGGER = getLogger("tool_info")
85 _ERROR_LOGGER = getLogger("tool_error")
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DEdkLogger.py48 _DebugLogger = logging.getLogger("tool_debug")
52 _InfoLogger = logging.getLogger("tool_info")
56 _ErrorLogger = logging.getLogger("tool_error")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Ddriver.py34 logger = logging.getLogger()
113 logger = logging.getLogger()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_base.py78 self.logger = logging.getLogger(filename)
Dbtm_matcher.py35 self.logger = logging.getLogger("RefactoringTool")
Drefactor.py199 self.logger = logging.getLogger("RefactoringTool")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py994 def getLogger(self, name): member in Manager
1349 return self.manager.getLogger(suffix)
1531 def getLogger(name=None): function
1538 return Logger.manager.getLogger(name)
1688 logger = getLogger("py.warnings")
Dconfig.py227 logger = logging.getLogger(qn)
761 logger = logging.getLogger(name)
769 root = logging.getLogger()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcookielib.py49 logger = logging.getLogger("cookielib")