Skip to content

Releases: obsidiandynamics/zerolog

0.33.0

25 Jul 01:58
Compare
Choose a tag to compare
Release 0.33.0

0.32.0

24 Jul 23:18
Compare
Choose a tag to compare
Release 0.32.0

0.31.0

19 Jul 02:55
Compare
Choose a tag to compare
v0.31.0

Release 0.31.0

0.16.0

12 Jul 05:45
Compare
Choose a tag to compare
  • Upgraded Fulcrum to 0.15.2.

0.15.0

21 Jun 22:22
Compare
Choose a tag to compare
  • Updated Fulcrum to 0.15.1

0.14.0

29 Apr 07:03
Compare
Choose a tag to compare
  • Support for LogChain.message(Object)
  • Zlg.x(String) methods now take Object

0.13.0

27 Apr 22:41
Compare
Choose a tag to compare
  • 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

27 Apr 01:23
Compare
Choose a tag to compare
  • LogChain.entrypoint(Class) is dropped as it may impact performance; use entrypoint(String) instead

0.11.1

27 Apr 00:52
Compare
Choose a tag to compare
  • Fix: NPE when Zlg.nop() is called with LogLevel.OFF

0.11.0

27 Apr 00:52
Compare
Choose a tag to compare
  • 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