Tags give the ability to mark specific points in history as being important
-
v1.2.1
Release: v1.2.1eddd15b7 · ·Added: - Traceback output support for exceptions (experimental) - `exception()` logging helper (module-level and Logger) Changed: - `error()` and `fatal()` now accept an optional `exc` argument
-
v1.2.0
Release: v1.2.03abcaaef · ·### Added - Logger class - getLogger(name) - Module-level logging helpers (`info`, `debug`, `success`, `warning`, `error`, `fatal`) - Log levels (0-5) and `setLevel` filtering - New module `dlf4p/utils.py` - Test script `test/main.py` - CONTRIBUTING.md ### Changed - Added type annotations in logger API - Exported `Logger` from `dlf4p/__init__.py` - Fixed internal imports to use package-relative paths - Update README.md
-
v1.1.1
Release: v1.1.126e36a87 · ·• First functional release of Dexoron Logging Framework for Python • Console logging with levels and colors • File logging support • Configurable output via setup() • Minor project structure and packaging fixes