Home
last modified time | relevance | path

Searched refs:TimeFormatter (Results 1 – 2 of 2) sorted by relevance

/tools/netsim/scripts/
Dtime_formatter.py21 class TimeFormatter(logging.Formatter): class
30 super(TimeFormatter, self).__init__(fmt)
44 return super(TimeFormatter, self).format(record)
Dutils.py28 from time_formatter import TimeFormatter
168 TimeFormatter("%(asctime)s %(threadName)s | %(message)s")
175 TimeFormatter("%(asctime)s %(threadName)s | %(message)s")