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 8e3fbea commit d437a0cCopy full SHA for d437a0c
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 1.3.0
2
+
3
+- Fixed stackTrace count when using `stackTraceBeginIndex`.
4
+ Addresses [#114](https://github.com/simc/logger/issues/114).
5
+- Added proper FileOutput stub. Addresses [#94](https://github.com/simc/logger/issues/94).
6
+- Added `isClosed`. Addresses [#130](https://github.com/simc/logger/issues/130).
7
+- Added `time` to LogEvent.
8
+- Added `error` handling to LogfmtPrinter.
9
10
## 1.2.2
11
12
- Fixed conditional LogOutput export. Credits to
pubspec.yaml
@@ -1,6 +1,6 @@
name: logger
description: Small, easy to use and extensible logger which prints beautiful logs.
-version: 1.2.2
+version: 1.3.0
repository: https://github.com/Bungeefan/logger
environment:
0 commit comments