Searched refs:StdoutStderrHandler (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/python/google/
H A Dlogging_utils.py11 class StdoutStderrHandler(logging.Handler): class in inherits:logging.Handler
64 ''' Configure the root logger to use a StdoutStderrHandler and some default
79 handler = StdoutStderrHandler(threshold=threshold)

Completed in 158 milliseconds