Metadata-Version: 2.1
Name: log4me
Version: 0.0.1
Summary: Basic logger for personal python projects
Home-page: https://github.com/LucasHahmann/log4me
Author: Lucas Hahmann
Author-email: lucas@hahmann-trier.de
License: MIT
Keywords: logger
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt

A simple logger for personal usage.

Change Log
==========

0.0.1 (30.05.2022)
------------------
- First release
    - Logs (Info, Success, Warning, Error)
    - Print the logs to a log file

