Metadata-Version: 2.1
Name: logging_addons
Version: 0.5.2
Summary: Add-ons for the logging standard library
Keywords: logging
Author: netcreator
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Project-URL: Documentation, http://bitbucket.org/netcreator/logging_addons/docs/README.md
Project-URL: Home, http://bitbucket.org/netcreator/logging_addons

Why any alternative or add-on to the standard logging lib?

While the std lib provides the essential need, there are situations where you do not get what you might expect. Or, the more you use logging, the more you want to get rid of some boiler-plate.

This package provides e.g. an alternative log propagation along the logger tree, or an easy way to define filters in the config.

See the [Project Documentation](http://bitbucket.org/netcreator/logging_addons/docs/README.md) for details.
