Metadata-Version: 1.0
Name: logging-config
Version: 1.0.4
Summary: A wrapper class for the Python standard logging module
Home-page: https://github.com/gmr/logging-config
Author: Gavin M. Roy
Author-email: gmr@myyearbook.com
License: UNKNOWN
Description: A configuration wrapper class for the standard Python logging package. Since
        DictConfigurator is not available until 2.7 and I still need to support 2.6,
        I wanted a consistent way to handle configuration of application logging.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Logging
Classifier: License :: OSI Approved :: BSD License
