has anybody here had success with using Klogging t...
# gradle
n
has anybody here had success with using Klogging through a gradle plugin ? i get plain output but not the usual timetamp, threadname etc
o
You mean kotlin-logging?
n
yes
and it seems ike it is working as inteded and the fancy stuff i see when executing it directly comes from logback-classic wonder if there is a simple way to get that i the gradle task output
o
Do you have an example you can share? Usually the way to debug that is to start unwrapping frameworks? ie: try to use slf4j logger directly or even more directly to logback/log4j.