-
v0.4.1 Stable
released this
2022-06-20 17:28:36 +02:00 | 6 commits to master since this release- Ensure all backends implement the interface
Backend. FileBackendandSyslogBackendalways returned errors forWrite
operations.
Downloads
-
Source code (ZIP)
5 downloads
-
Source code (TAR.GZ)
6 downloads
- Ensure all backends implement the interface
-
0.4.1 Stable
released this
2022-06-03 11:10:11 +02:00 | 6 commits to master since this release- Ensure all backends implement the interface
Backend. FileBackendandSyslogBackendalways returned errors forWrite
operations.
Downloads
-
Source code (ZIP)
5 downloads
-
Source code (TAR.GZ)
6 downloads
- Ensure all backends implement the interface
-
v0.4.0 Stable
released this
2022-05-31 23:20:32 +02:00 | 9 commits to master since this release- Add three new log levels:
Trace,NoticeandAlertwith the following
order:Trace,Debug,Info,Notice,Warning,Error,Critical,
Alert,Fatal.
As Syslog has no equivalent ofTrace, it is mapped toDebug.
Downloads
-
Source code (ZIP)
5 downloads
-
Source code (TAR.GZ)
6 downloads
- Add three new log levels:
-
v0.3.0 Stable
released this
2020-06-25 12:29:57 +02:00 | 14 commits to master since this releaseIncompatible Changes
- Log level names have changed. They were fully capitalized, only their first letter is capitalized now: DEBUG -> Debug, INFO -> Info, etc.
- NoopBackend.Level() now returns DefaultLevel instead of Fatal
- New loggers are created with level
DefaultLevelinstead ofDebug - The
Backendinterface now has aClose()method, so that backends can free the resources they use
Fixes
- FileBackend now properly closes the file before reopening it (fixes a potential file descriptor leak)
- Logger methods did not always acquire locks, causing race conditions
Downloads
-
Source code (ZIP)
5 downloads
-
Source code (TAR.GZ)
6 downloads