Skip to content

v9.4.0

Compare
Choose a tag to compare
@novalisdenahi novalisdenahi released this 24 Jul 10:11
· 5 commits to master since this release
162687c

Improvements

  • Optimize log message formatting.

Breaking Changes

  • Changed LogFilterFunction.apply() method message parameter type to Object. The formatted message String can be obtained by calling toString. (It is guaranteed that the message string is built only once even if toString called multiple times.)