Skip to content

Releases: obsidiandynamics/zerolog

0.33.0

Choose a tag to compare

@ekoutanov ekoutanov released this 25 Jul 01:58
Release 0.33.0

0.32.0

Choose a tag to compare

@ekoutanov ekoutanov released this 24 Jul 23:18
Release 0.32.0

0.31.0

Choose a tag to compare

@ekoutanov ekoutanov released this 19 Jul 02:55
v0.31.0

Release 0.31.0

0.16.0

Choose a tag to compare

@ekoutanov ekoutanov released this 12 Jul 05:45
  • Upgraded Fulcrum to 0.15.2.

0.15.0

Choose a tag to compare

@ekoutanov ekoutanov released this 21 Jun 22:22
  • Updated Fulcrum to 0.15.1

0.14.0

Choose a tag to compare

@ekoutanov ekoutanov released this 29 Apr 07:03
  • Support for LogChain.message(Object)
  • Zlg.x(String) methods now take Object

0.13.0

Choose a tag to compare

@ekoutanov ekoutanov released this 27 Apr 22:41
  • 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

Choose a tag to compare

@ekoutanov ekoutanov released this 27 Apr 01:23
  • LogChain.entrypoint(Class) is dropped as it may impact performance; use entrypoint(String) instead

0.11.1

Choose a tag to compare

@ekoutanov ekoutanov released this 27 Apr 00:52
  • Fix: NPE when Zlg.nop() is called with LogLevel.OFF

0.11.0

Choose a tag to compare

@ekoutanov ekoutanov released this 27 Apr 00:52
  • 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