Lines Matching refs:dictConfig
710 This dictionary is passed to :func:`~config.dictConfig` to put the configuration into effect::
899 Customizing handlers with :func:`dictConfig`
903 and if you use :func:`dictConfig` you may be able to do this without
921 You can then specify, in a logging configuration passed to :func:`dictConfig`,
997 logging.config.dictConfig(LOGGING)
1013 supports :func:`dictConfig` - namely, Python 2.7, 3.2 or later. With pre-3.3
1029 is resolved by :func:`dictConfig` from the ``ext://`` specification.
1042 Configuring filters with :func:`dictConfig`
1045 You *can* configure filters using :func:`~logging.config.dictConfig`, though it
1094 logging.config.dictConfig(LOGGING)
1383 use the :func:`~logging.config.dictConfig` API with an approach illustrated by
1421 logging.config.dictConfig(LOGGING)