Tags

Tags give the ability to mark specific points in history as being important
  • v1.2.1

    Release: v1.2.1
    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

    3abcaaef · Add: ·
    Release: v1.2.0
    ### 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

    26e36a87 · rename to dlf4p ·
    Release: v1.1.1
    •	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