Hi, anyone can give example how to add or configur...
# kotlin-logging
v
Hi, anyone can give example how to add or configure sl4j, log4j, logback with current version 5.01. using org.slf4jslf4j simple2.0.3 does not meet my needs
c
This would be beyond the scope of this wrapper API; see the relevant documentation for the logging implementations on how to configure them.
o
This introduction might help: https://www.marcobehler.com/guides/java-logging once slf4j configured kotlin-logging will be used on top of it as a facade.