klogging
klogging copied to clipboard
Kotlin logging, both js and jvm
Results
1
klogging issues
Sort by
recently updated
recently updated
newest added
I am using: `log4j.appender.stdout.layout.ConversionPattern=[%d{ISO8601}] %5p %10c{1} [%10t] (%22F:%3L) - %m%n` Having the filename and line number available is very helpful for me when developing/debugging. When using Log4j *without* KLogging, I...