7mind / izumi

Productivity-oriented collection of lightweight fancy stuff for Scala toolchain
https://izumi.7mind.io
BSD 2-Clause "Simplified" License
613 stars 66 forks source link

LogStage shorthand for logging values without a message #2156

Open neko-kai opened 1 month ago

neko-kai commented 1 month ago

e.g.

log.logValues(a, b, c)
log.logValues(Debug)(a, b, c)