Funny why Timber logging doesn't include a lambda form for all the log level's messages (now that it's in Kotlin)... sometimes we call heavier procedures to generate logs when there's errors... formatting might not be done, but the code is still run to get all those params into the formatter... I always need this lib:
https://github.com/ajalt/timberkt... but it hasn't been updated in a while...