Skip to content

Releases: a-hansen/alog

4.1.0

27 Apr 19:07
cb2f38c
Compare
Choose a tag to compare
  • Switch to testng
  • Upgrade gradle
  • Add to bintray/jcenter

v4.0.1

14 Jul 23:26
a678703
Compare
Choose a tag to compare

Moved Alogger to its own repo.

v4.0.0

14 Jul 14:56
a5d0f15
Compare
Choose a tag to compare
  • Configuration file support.
  • More robust unit tests.
  • Benchmark removed until can be done better.

v3.0.0

12 Jul 21:36
Compare
Choose a tag to compare
  • Made default settings configurable through LogManager properties.
  • Made the throttle configurable and changed the default to 90%.
  • Changed the default max queue to 25K.
  • Ensure messages with potentially mutable parameters are formatted synchronously.
  • Now uses JMH for the benchmark.