Lines Matching defs:Formatter
30 from string import Formatter as StrFormatter
34 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
415 # Formatter classes and functions
531 class Formatter(object):
533 Formatter instances are used to convert a LogRecord to text.
537 be interpreted by either a human or an external system. The base Formatter
542 The Formatter can be initialized with a format string which makes use of
622 set the 'converter' attribute in the Formatter class.
709 _defaultFormatter = Formatter()
878 interface. Handlers can optionally use Formatter instances to format
2062 fmt = Formatter(fs, dfs, style)