I’m looking to migrate from my old custom Log clas...
# kotlin-logging
m
I’m looking to migrate from my old custom Log class (a wrapper around in
android.util.Log
with an additional feature of being able to programmatically switch on/off writing logs to a file). This has led me to the kotlin-logging (MicroUtils) - slf4j - logback-android combo. Three libraries seems excessive though. Is there a better way for these requirements?