You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe you need to place a simplelogger.properties in your resources directory if you are using org.slf4j:slf4j-simple. See here: How to configure slf4j-simple
Hello I integrated kotlin-logging into my project but when I use the logger in my classes nothing appear in LogCat.
Code in common:
Nothing appears in LogCat. I added this to common dependencies in my KMM Compose project:
kotlinLogging = "7.0.3"
kotlin-logging = { module = "io.github.oshai:kotlin-logging", version.ref = "kotlinLogging" }
The text was updated successfully, but these errors were encountered: