Skip to content

Releases: MPCodeWriter21/log21

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Aug 03:39
2.3.10

Minor fixes and improvements.

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Aug 03:27
2.3.9

Minor fixes and improvements.

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Aug 12:22
2.3.8

Added `catch` and `ignore` methods to `log21.CrashReporter.Reporter`.

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Aug 10:31
2.3.7

Added `exceptions_to_catch` and `exceptions_to_ignore` arguments to `…

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Aug 08:19
2.3.6

Added `Print` logging level.

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 18:28
2.3.5

Minor improvements.

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 13:16
2.3.4

Added a new method to `log21.Logger` class: `log21.Logger.clear_line`.

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 13:02
2.3.3

Fixed a bug that would cause an error creating a progress bar with no…

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 09:23
2.3.2

Edited automatic-release.yml

Auto Build

Auto Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jul 09:14

Commits

  • 672ecdb: Added formatter argument to StreamHandler and FileHandler. You can use it to set the formatter of the handler when (CodeWriter21)