Lines Matching refs:formatters
242 .. _logging-config-dictschema-formatters:
244 * *formatters* - the corresponding value will be a dict in which each
360 and formatters are anonymous, once a configuration is set up, it is
365 the object graph of loggers, handlers, filters, formatters at
374 and is ``True``, the system will completely ignore any ``formatters`` and
390 handlers, formatters, filters - which are connected to each other in
407 formatters:
448 formatters. (Loggers do not need to have different types for
466 formatters:
478 The above YAML snippet defines three formatters. The first, with id
484 formatters have configuration sub-dictionaries::
662 ``[loggers]``, ``[handlers]`` and ``[formatters]`` which identify by name the
669 called ``form01`` in the ``[formatters]`` section will have its configuration
695 [formatters]
753 If a name is specified, it must appear in the ``[formatters]`` section and have
831 in the dictionary schema :ref:`formatters section
832 <logging-config-dictschema-formatters>`.