Releases: HamletSargsyan/tinylogging
Releases · HamletSargsyan/tinylogging
v3.3.0
v3.2.0
v3.1.0
Added
- Новые атрибуты для класса
Record
:filename
,line
,basename
,relpath
,function
Changed
- В дефолтном шаблоне (атрибут
template
) для классаFormatter
отображаются относительный путь к файлу и строку
v3.0.0
Added
- Async support
- Added new dependency:
anyio
Changed
- Modified the structure and imports of modules for better code organization
Full Changelog: v2.2.0...v3.0.0
v2.2.0
v2.1.0
Added
LoggingAdapterHandler
: an adapter for integration with thelogging
module, allowing the use of custom handlers (BaseHandler
,StreamHandler
, etc.) with Python's standard loggers.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
v1.0.0
Full Changelog: https://github.com/HamletSargsyan/tiny-logging/commits/v1.0.0