A general logging facility
Project description
zLOG
This package provides a general logging facility that, at this point, is just a small shim over Python’s logging module. Therefore, unless you need to support a legacy package from the Zope 2 world, you’re probably better off using Python’s logging module.
Changelog
3.1 (2020-11-18)
Add support for Python 3.6 up to 3.9.
Drop support for Python 3.3 and 3.4.
Flake8 the code.
3.0 (2016-04-03)
Add coverage testing.
Add Python 3.3 - 3.5 compatibility.
Declare currently-supported Python versions, and test them.
Normalize package structure (README.rst, CHANGES.rst). Synthesize package description from README.rst and CHANGES.rst.
Use nose for testing instead of zope.testrunner and test for 100% test coverage.
2.12.0 (2012-08-30)
Rely on refactored base class from ZConfig for testing logging.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.