Closed gfrison closed 1 month ago
If you do:
scribe.info(LogFeature.logOutput2LoggableMessage {
throw new RuntimeException("Should not evaluate!")
"testing"
})
It works as it should. There's a problem with a change I made for varargs on LogFeatures apparently.
See release 3.15.2
great! Thank you!
Hello!
The example below shows that a trace log is evaluated even if the level (debug) should not allow that.
sbt: 1.10.3 scala: 3.5.2 scribe: 3.15.1
output: