Metadata-Version: 1.1
Name: pyloger
Version: 1.0
Summary: The descusr web application development framework, a syslog project
Home-page: http://www.piadu.com
Author: descusr
Author-email: descusr@163.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: pyloger
        =======
        
        pyloger written in Python, for human beings.
        
        This module is based on python's syslog,it provides an interface to the Unix syslog library routines. Refer to the Unix manual pages for a detailed description of the syslog facility.
        
        
        1.0
        
        e.g.
        from pyloger import log
        log._info(info = 'Message had been inserted!')
        log._warning(err = True,a = 'Warning!Connection is time out!')
        log._err(info = 'Something error!')
        
Keywords: python syslog,pyloger
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: Repoze Public License
