Compare commits
4 commits
1-add-a-tr
...
master
Author | SHA1 | Date | |
---|---|---|---|
1ad2b38afe | |||
579ca60d03 | |||
6ce7bf634c | |||
3bb9b9c0a1 |
1 changed files with 8 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,8 +1,14 @@
|
||||||
# go/logging
|
# go/logging Changelog
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
## v0.4.0 (2020-05-17)
|
## v0.4.1 (2022-06-03)
|
||||||
|
|
||||||
|
- Ensure all backends implement the interface `BACKEND`.
|
||||||
|
- `FileBackend` and `SyslogBackend` always returned errors for `Write`
|
||||||
|
operations.
|
||||||
|
|
||||||
|
## v0.4.0 (2022-05-31)
|
||||||
|
|
||||||
- Add three new log levels: `Trace`, `Notice` and `Alert` with the following
|
- Add three new log levels: `Trace`, `Notice` and `Alert` with the following
|
||||||
order: `Trace`, `Debug`, `Info`, `Notice`, `Warning`, `Error`, `Critical`,
|
order: `Trace`, `Debug`, `Info`, `Notice`, `Warning`, `Error`, `Critical`,
|
||||||
|
|
Loading…
Reference in a new issue