Skip to content

v3.0.3

Compare
Choose a tag to compare
@adpi2 adpi2 released this 10 Nov 12:15
· 839 commits to main since this release

Highlights

Better Scala log-points

The message of a log point is now considered plain text. It also supports expression interpolation using Scala String interpolation syntax $foo or ${foo}.

image

Under the hood, the message is evaluated as an expression of the form println(s"""<message>""").

What's Changed

Full Changelog: v3.0.1...v3.0.3