Releases: obsidiandynamics/zerolog
Releases · obsidiandynamics/zerolog
0.10.1
- Fix:
Zlg.x(String, Throwable)
now forwarding to the correct method
0.10.0
- Argument transforms are now done by the
Args
utility
0.9.0
- Added
Zlg.x(String summary, Throwable cause)
methods
- Added
Zlg.forDeclaringClass()
- Added
Slf4jWrapper
0.7.0
Zlg.x(String)
method automatically terminates the chain and returns void
.
0.6.0
- Lambda-style fluent chaining, avoiding the final call to
log()
.
- Comprehensive mocking of the log target with
MockLogTarget
.
0.5.0
- Updated Fulcrum to 0.13.0
0.4.0
- Lazy supplier-style argument passing
- Lazy argument transforms
0.3.0
- Updated Fulcrum to 0.12.0
0.2.0
- SLF4J 1.7.x support
- Log levels are int-based