Home
last modified time | relevance | path

Searched refs:setFormatter (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
DLog.py263 _DebugChannel.setFormatter(_DEBUG_FORMATTER)
270 _InfoChannel.setFormatter(_INFO_FORMATTER)
277 _ErrorCh.setFormatter(_ERROR_FORMATTER)
313 _Ch.setFormatter(_DEBUG_FORMATTER)
317 _Ch.setFormatter(_INFO_FORMATTER)
321 _Ch.setFormatter(_ERROR_FORMATTER)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DEdkLogger.py215 _DebugChannel.setFormatter(_DebugFormatter)
221 _InfoChannel.setFormatter(_InfoFormatter)
227 _ErrorCh.setFormatter(_ErrorFormatter)
263 _Ch.setFormatter(_DebugFormatter)
267 _Ch.setFormatter(_InfoFormatter)
271 _Ch.setFormatter(_ErrorFormatter)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dconfig.py161 h.setFormatter(formatters[fmt])
726 result.setFormatter(formatter)
D__init__.py749 def setFormatter(self, fmt): member in Handler
1518 hdlr.setFormatter(fmt)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_logging.py85 self.root_hdlr.setFormatter(self.root_formatter)
899 self.sock_hdlr.setFormatter(self.root_formatter)