Releases: obsidiandynamics/zerolog
Releases · obsidiandynamics/zerolog
0.16.0
- Upgraded Fulcrum to 0.15.2.
0.15.0
- Updated Fulcrum to 0.15.1
0.14.0
- Support for
LogChain.message(Object)
Zlg.x(String)
methods now take Object
0.13.0
- Added JUL to Zlg bridge
- Added Hazelcast to Zlg bridge
- Benchmarks moved to seperate Gradle module
Stacks
utility for working with the call stack
PrintStreamLogTarget
prints location information
0.12.0
LogChain.entrypoint(Class)
is dropped as it may impact performance; use entrypoint(String)
instead
0.11.1
- Fix: NPE when
Zlg.nop()
is called with LogLevel.OFF
0.11.0
- Added
Zlg.nop()
silent logger
- Added
LogService.nop()
- Customisable log entrypoint
- More predicates and assertions added to
MockLogTarget
- Fix: the wrong entrypoint (FQCN) was being passed to SLF4J's
LocationAwareLogger