Skip to content

2.5.0

Compare
Choose a tag to compare
@darkfrog26 darkfrog26 released this 06 Jun 14:39
· 1213 commits to master since this release
  • Major upgrade to usage of FileWriter
    ** Greater flexibility to customize functionality further
    ** Support for max size in bytes
    ** Support for max number of log files
    ** Support basic builder pattern (more flexibility will be added in 2.6)
  • Added ANSI coloring support
  • Created special support ExecutionContext and helpers to support asynchronous tracing see
  • Upgraded MDC functionality to provide thread-safe and multi-threaded support above the crap that Logback and SLF4J does
  • Complete re-write of AsynchronousLogHandler to be more flexible and avoid excessive congestion
  • Added time formatting convenience functionaly (@cornerman)
  • Updated source maps for Scala.js to point to GitHub repo (@cornerman)
  • Added jitpack configuration (@cornerman)