Milan Hruban
01/07/2021, 11:31 AM<http://logger.info|logger.info>("the value is $value")
2️⃣ passing additional arguments - <http://logger.info|logger.info>("the value is {}", value)
3️⃣ :thread-please: something else?arekolek
01/07/2021, 11:33 AM"... {}"
for logs that need to be removed by R8Matteo Mirk
01/07/2021, 11:41 AMchristophsturm
01/07/2021, 12:28 PMlogger.debug { "hello $message" }
arekolek
01/07/2021, 12:54 PMI'm not sure what ☝️ is, something you defined on your own?logger.debug { "hello $message" }
dave08
01/07/2021, 2:46 PMJames Richardson
01/07/2021, 6:34 PM