Lines Matching refs:dictConfig
935 logging.config.dictConfig(d)
1338 This dictionary is passed to :func:`~config.dictConfig` to put the configuration into effect::
1475 logging.config.dictConfig(config)
1481 # dictConfig call.
1504 logging.config.dictConfig(config)
1512 # dictConfig call.
1622 logging.config.dictConfig(config_initial)
1786 Customizing handlers with :func:`dictConfig`
1790 and if you use :func:`dictConfig` you may be able to do this without
1803 You can then specify, in a logging configuration passed to :func:`dictConfig`,
1879 logging.config.dictConfig(LOGGING)
1895 supports :func:`dictConfig` - namely, Python 2.7, 3.2 or later. With pre-3.3
1911 is resolved by :func:`dictConfig` from the ``ext://`` specification.
2046 Configuring filters with :func:`dictConfig`
2049 You *can* configure filters using :func:`~logging.config.dictConfig`, though it
2098 logging.config.dictConfig(LOGGING)
2394 use the :func:`~logging.config.dictConfig` API with an approach illustrated by
2432 logging.config.dictConfig(LOGGING)