Metadata-Version: 1.1
Name: edw.logger
Version: 1.2
Summary: Zope logging package.
Home-page: https://github.com/eaudeweb/edw.logger
Author: David Batranu
Author-email: david.batranu@eaudeweb.ro
License: GPL
Description: Installation
        ============
        
        ::
        
            [instance]
            ...
            eggs =
                ...
                edw.logger
            zcml =
                ...
                edw.logger
        
        
        Introduction
        ============
        
        This package creates a new `edw.logger` log facility that logs to
        INFO and ERROR the following events:
        
        * Viewed pages;
        * Added/created content;
        * Copied/moved/deleted content;
        * ZODB commits;
        * Raised errors.
        
        Changelog
        =========
        
        1.2 - (2017-01-26)
        ------------------
        - Ignore all but GET and POST requests.
          [batradav]
        
        1.1 - (2017-01-19)
        ------------------
        - Added LoggerName in the JSON object [refs #80663 olimpiurob]
        
        1.0 - (2017-01-17)
        ------------------
        - Initial release
        
        
Keywords: edw logging package
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Zope2
