summaryrefslogtreecommitdiff
path: root/doc/dictconfig.rst
blob: 575e37079e51892460f8fb8a25647ce0cb5c2fdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Dictionary-based Configuration
==============================

This module implements dictionary-based configuration according to PEP 391.

**N.B.** This is part of the standard library since Python 2.7 / 3.2, so the
version here is for use with earlier Python versions.

.. automodule:: logutils.dictconfig
   
.. autoclass:: logutils.dictconfig.DictConfigurator
    :members: configure

.. autofunction:: dictConfig