Nikky
02/24/2019, 11:30 PMalex
02/24/2019, 11:36 PMkotlin-logging backend.
Proceed with
https://logback.qos.ch/manual/layouts.html#conversionWord
to achieve desired output (i.e. %L is what you want I guess).
To make it even better, you can add \(%F:%L\) somewhere in formatted line, then you'll be able to navigate to logged line from the console.sitepodmatt
02/25/2019, 4:01 AM