Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/logging/
D__init__.py507 def __init__(self, linefmt=None): argument
512 if linefmt:
513 self.linefmt = linefmt
515 self.linefmt = _defaultFormatter
537 rv = rv + self.linefmt.format(record)
/external/python/cpython3/Lib/logging/
D__init__.py647 def __init__(self, linefmt=None): argument
652 if linefmt:
653 self.linefmt = linefmt
655 self.linefmt = _defaultFormatter
677 rv = rv + self.linefmt.format(record)