We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f4a4a commit 9006f29Copy full SHA for 9006f29
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 2.6.0
2
+
3
+* Added log level comparison operators. Thanks to
4
+ @busslina ([#90](https://github.com/SourceHorizon/logger/pull/90)).
5
+* AdvancedFileOutput: Added `fileHeader` and `fileFooter` options.
6
+ Closes [#97](https://github.com/SourceHorizon/logger/issues/97).
7
8
## 2.5.0
9
10
* AdvancedFileOutput: Added support for custom `fileUpdateDuration`. Thanks to
pubspec.yaml
@@ -1,6 +1,6 @@
name: logger
description: Small, easy to use and extensible logger which prints beautiful logs.
-version: 2.5.0
+version: 2.6.0
repository: https://github.com/SourceHorizon/logger
topics:
0 commit comments