Searched defs:StreamHandler (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/
H A DLog.py27 from logging import StreamHandler namespace
262 _DebugChannel = StreamHandler(stdout)
269 _InfoChannel = StreamHandler(stdout)
276 _ErrorCh = StreamHandler(stderr)

Completed in 43 milliseconds