Metadata-Version: 2.1
Name: logtator
Version: 0.2.0
Summary: logging dictator which makes logging just work
Author: Martin Zaťko
License: MIT
Requires-Python: >=3.11
Provides-Extra: ddtrace
Requires-Dist: ddtrace>=2.7.0; extra == "ddtrace"
Description-Content-Type: text/markdown

# logtator

features:
 * makes logging just work
 * bind parameters to loggers

roadmap:
 - [ ] properly configure ruffus/mypy
 - [ ] fix errors from ruffus/mypy
 - [ ] add tests
 - [x] verify DD works
 - [x] verify sentry works
 - [ ] add option to set log levels for specific loggers
 - [ ] make bind thread safe
 - [ ] add colors
 - [ ] pretty print exceptions in human readable format
 - [ ] add loguru support
