Skip to content

Releases: deepjyoti30/simber

v0.2.6

14 Feb 17:36
25829e9
Compare
Choose a tag to compare

Changes in this release

  • Fix setup.py to use proper syntax to indicate python 3.x compatibility

v0.2.5

27 Nov 14:12
b80cc11
Compare
Choose a tag to compare

Changes in this release:

  • Fixes an issue with writing to file stream crashing for non English languages.

v0.2.4

10 Mar 17:03
6e12e22
Compare
Choose a tag to compare

Changes in this release

  • Add a level_map property to expose the map of levels to the level numbers.

June Release

19 Jun 07:41
Compare
Choose a tag to compare

Changes in this release:

  • Add method remove_stream to remove stream from the loggers streams. This will totally remove and destroy the stream. Use the disable param of OutputStream to disable.
  • Add a property streams to return a list of streams connected to current logger.
  • Other fixes

May Release

15 May 13:53
Compare
Choose a tag to compare

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

13 Jan 11:13
Compare
Choose a tag to compare

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 an exit_code param to exit with that code.
  • Other bug fixes

Hotfix

20 Nov 14:26
Compare
Choose a tag to compare

Changelog

  • Add get_log_file method to Logger class

November release

19 Nov 14:40
Compare
Choose a tag to compare

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