Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py14 from logging.handlers import QueueHandler namespace
84 logger.addHandler(QueueHandler(log_queue))
H A Dtest_logging.py3659 self.que_hdlr = logging.handlers.QueueHandler(self.queue)
3775 Creates a logger with a QueueHandler that logs to a queue read by a
3781 handler = logging.handlers.QueueHandler(log_queue)
/third_party/python/Lib/logging/
H A Dhandlers.py1430 class QueueHandler(logging.Handler): class

Completed in 14 milliseconds