Change Log🔗
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2024-08-29🔗
Added🔗
- Allow loading config files from directory (
ConfigLoader.load_config_directory
and--config-dir
) - Add example applications (
examples/
)config_loading.py
requires config arguments and prints the loaded config.log_levels.py
prints sample log messages.
0.2.0 - 2024-01-23🔗
Added🔗
- Add functions for getting logger names based on class / instance.
- Expose
get_logger
on logging mixin classes.
0.1.0 - 2023-12-30🔗
- Initial release