Releases: deepjyoti30/simber
Releases · deepjyoti30/simber
v0.2.6
v0.2.5
Changes in this release:
- Fixes an issue with writing to file stream crashing for non English languages.
v0.2.4
Changes in this release
- Add a
level_map
property to expose the map of levels to the level numbers.
June Release
Changes in this release:
- Add method
remove_stream
to remove stream from the loggers streams. This will totally remove and destroy the stream. Use thedisable
param ofOutputStream
to disable. - Add a property
streams
to return a list of streams connected to current logger. - Other fixes
May Release
Changes in this release:
- Add support to pass time format from the logger. Check docs
- Add some other bug fixes for recursion depth error.
- Other fixes
January Release
Changes in this release
get_log_file
bug fixed.- Add support for color on Windows
- Fix a logical bug about updating the log level of files
- The
critical
function now has anexit_code
param to exit with that code. - Other bug fixes
Hotfix
Changelog
- Add
get_log_file
method to Logger class
November release
Changelog
- Just a hotfix release in order to fix a logical bug regarding the
update_all
flag. - Added a new method to update only console format for all streams