Sophie

Sophie

distrib > Mandriva > current > i586 > by-pkgid > e15f173f36ff245dfb6d502e2debb9a7 > files > 38

python-twiggy-0.4.4-1mdv2010.2.noarch.rpm

##################
Glossary
##################

.. glossary::
    :sorted:

    structured logging
        logging information in easy-to-parse key-value pairs, instead of embedded in a human-readable message. See an :ref:`example <structured-logging>`
    asynchronous logging
        performance enhancement that moves formatting and writing messages to a separate process. See :ref:`async-logging`.