Searched refs:TimeFormatter (Results 1 – 2 of 2) sorted by relevance
21 class TimeFormatter(logging.Formatter): class30 super(TimeFormatter, self).__init__(fmt)44 return super(TimeFormatter, self).format(record)
28 from time_formatter import TimeFormatter168 TimeFormatter("%(asctime)s %(threadName)s | %(message)s")175 TimeFormatter("%(asctime)s %(threadName)s | %(message)s")