Metadata-Version: 1.1
Name: Products.SiteErrorLog
Version: 5.1
Summary: Error log for Zope.
Home-page: https://github.com/zopefoundation/Products.SiteErrorLog
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
        ========
        
        SiteErrorLog records errors/exceptions happening anywhere in your Zope.
        SiteErrorLog recorded errors are not persistent.
        
        Changelog
        =========
        
        5.1 (2018-12-18)
        ----------------
        
        - Flake8 the code.
        
        - Ignored exception types no longer accidentally get converted to bytes and back
          on Python 3.
          (`#13 <https://github.com/zopefoundation/Products.SiteErrorLog/issues/13>`_)
        
        5.0 (2018-11-06)
        ----------------
        
        - Drop support for Zope 2, require Zope >= 4.0b6 now.
        
        - Add support for Python 3.5, 3.6 and 3.7.
        
        - Drop `ZServer` dependency.
        
        - Add ``IPubFailure`` event handler so it writes error log entries again.
        
        - Bring back Application initialization (creation of `SiteErrorLog` in the
          ZODB on first startup).
        
        - Style forms for Bootstrap ZMI.
          (`#12 <https://github.com/zopefoundation/Products.SiteErrorLog/pull/12>`_)
        
        
        4.0 (2016-07-22)
        ----------------
        
        - Add configure.zcml with deprecatedManageAddDelete directive.
        
        3.0 (2016-07-19)
        ----------------
        
        - Drop `test` and `zope212` setuptools extras.
        
        - Add error event.
        
        2.13.2 (2014-02-10)
        -------------------
        
        - Release as a separate package (previously in Zope2).
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Framework :: Zope :: 4
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
