-
v0.3.0 Stable
released this
2020-06-25 12:29:57 +02:00 | 8 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
DefaultLevel
instead ofDebug
- The
Backend
interface 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)
1 download
-
Source code (TAR.GZ)
1 download