Metadata-Version: 2.1
Name: log-mgr
Version: 0.0.1
Summary: Utility class for logging with handlers included
Home-page: https://github.com/Phornee/log_mgr
Author: Ismael Raya
Author-email: phornee@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Manager logger utility
Logger wrapper that allows to create a STDOUT logger, or a file rotating based logger, or both at the same time
Logs will be output in the /home/var/log/{package_name} folder


