Skip to content

Releases: obsidiandynamics/zerolog

0.10.1

21 Apr 12:36
Compare
Choose a tag to compare
  • Fix: Zlg.x(String, Throwable) now forwarding to the correct method

0.10.0

21 Apr 12:17
Compare
Choose a tag to compare
  • Argument transforms are now done by the Args utility

0.9.0

21 Apr 10:58
Compare
Choose a tag to compare
  • Added Zlg.x(String summary, Throwable cause) methods
  • Added Zlg.forDeclaringClass()
  • Added Slf4jWrapper

0.8.0

19 Apr 09:48
Compare
Choose a tag to compare
  • Updated Fulcrum to 0.8.0

0.7.0

13 Apr 05:37
Compare
Choose a tag to compare
  • Zlg.x(String) method automatically terminates the chain and returns void.

0.6.0

13 Apr 05:04
Compare
Choose a tag to compare
  • Lambda-style fluent chaining, avoiding the final call to log().
  • Comprehensive mocking of the log target with MockLogTarget.

0.5.0

12 Apr 01:18
Compare
Choose a tag to compare
  • Updated Fulcrum to 0.13.0

0.4.0

11 Apr 22:50
Compare
Choose a tag to compare
  • Lazy supplier-style argument passing
  • Lazy argument transforms

0.3.0

11 Apr 10:11
Compare
Choose a tag to compare
  • Updated Fulcrum to 0.12.0

0.2.0

11 Apr 04:50
Compare
Choose a tag to compare
  • SLF4J 1.7.x support
  • Log levels are int-based