Metadata-Version: 1.0
Name: pyzlog
Version: 0.1.1
Summary: Simple python module to standardize logging for applications
Home-page: https://github.com/zeeto/pyzlog
Author: UNKNOWN
Author-email: UNKNOWN
License: ISCL
Description: ===============================
        pyzlog
        ===============================
        
        .. image:: https://img.shields.io/travis/zeeto/pyzlog.svg
                :target: https://travis-ci.org/zeeto/pyzlog
        
        .. image:: https://img.shields.io/pypi/v/pyzlog.svg
                :target: https://pypi.python.org/pypi/pyzlog
        
        
        Simple python module to standardize logging for applications
        
        * Free software: ISC license
        * Documentation: https://pyzlog.readthedocs.org.
        
        Features
        --------
        
        * Standard json logging
        * Support for custom fields property
        * Log file rotation at specified file size
        * Configurable number of backup log files
        
        
        
        
        History
        -------
        
        0.1.0 (2015-10-13)
        ---------------------
        
        * First release on PyPI.
        
        0.1.1 (2015-10-30)
        ---------------------
        
        * Added a class to help make testing easier.
        
Keywords: pyzlog
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
