Searched refs:ClosingFileHandler (Results 1 – 4 of 4) sorted by relevance
39 class ClosingFileHandler(logging.StreamHandler): class41 super(ClosingFileHandler, self).__init__()48 super(ClosingFileHandler, self).emit(record)52 setStream = getattr(super(ClosingFileHandler, self), 'setStream', None)
37 from util import ClosingFileHandler138 handler = ClosingFileHandler(options.logfile)
35 from util import ClosingFileHandler321 handler = ClosingFileHandler(options.logfile)
38 from util import ClosingFileHandler, TestData413 handler = ClosingFileHandler(options.logfile)
Completed in 17 milliseconds