Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/logging/
D__init__.py537 default_msec_format = '%s,%03d' variable in Formatter
562 s = self.default_msec_format % (t, record.msecs)
/external/python/cpython3/Doc/library/
Dlogging.rst583 and ``default_msec_format`` (for appending the millisecond value).