Metadata-Version: 2.1
Name: logseg
Version: 0.1.12
Summary: Python logging for multi-process and multi-threaded applications.
Author: Garett MacGowan
Author-email: garettsoftware@gmail.com
License: MIT
Keywords: logging,multiprocessing,log segmentation,log rotation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8.0
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: sphinx>=7.1.2; extra == "docs"
Requires-Dist: myst_parser>=2.0.0; extra == "docs"
Requires-Dist: sphinx-autoapi>=2.1.1; extra == "docs"
Requires-Dist: sphinx-autobuild>=2021.3.14; extra == "docs"

Multiprocessing focused Python logger with easy-to-use log file segmentation for a better multiprocessing logging experience.
