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 f15acc9 commit 2ec522aCopy full SHA for 2ec522a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.0.2
2
+
3
+- Moved the default log level assignment to prevent weird lazy initialization bugs.
4
+ Mitigates [#38](https://github.com/Bungeefan/logger/issues/38).
5
6
## 2.0.1
7
8
- Updated README to reflect v2.0.0 log signature change.
pubspec.yaml
@@ -1,6 +1,6 @@
name: logger
description: Small, easy to use and extensible logger which prints beautiful logs.
-version: 2.0.1
+version: 2.0.2
repository: https://github.com/Bungeefan/logger
environment:
0 commit comments