Searched refs:linefmt (Results 1 – 2 of 2) sorted by relevance
507 def __init__(self, linefmt=None): argument512 if linefmt:513 self.linefmt = linefmt515 self.linefmt = _defaultFormatter537 rv = rv + self.linefmt.format(record)
687 def __init__(self, linefmt=None): argument692 if linefmt:693 self.linefmt = linefmt695 self.linefmt = _defaultFormatter717 rv = rv + self.linefmt.format(record)