OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_DebugChannel
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkLogger.py
214
_DebugChannel
= logging.StreamHandler(sys.stdout)
215
_DebugChannel
.setFormatter(_DebugFormatter)
216
_DebugLogger.addHandler(
_DebugChannel
)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
Log.py
262
_DebugChannel
= StreamHandler(stdout)
263
_DebugChannel
.setFormatter(_DEBUG_FORMATTER)
264
_DEBUG_LOGGER.addHandler(
_DebugChannel
)
Completed in 71 milliseconds