Rewrite the whole thing as a Formatter

Having a complete `Logger` class for this purpose is a bit of an overkill.
This commit is contained in:
2018-05-02 12:35:15 +02:00
parent 63895ea46e
commit 7469083f0b
4 changed files with 148 additions and 350 deletions

View File

@@ -8,7 +8,7 @@ Flask-Logging-Extras provides extra logging functionality for Flask apps.
from setuptools import setup
setup(name='Flask-Logging-Extras',
version='0.2.0',
version='1.0.0',
url='https://github.com/gergelypolonkai/flask-logging-extras',
license='MIT',
author='Gergely Polonkai',