Hello! Does kotlin-logging support saving logs int...
# kotlin-logging
m
Hello! Does kotlin-logging support saving logs into file? 🤔 I am seeking something simillar to logback for android (https://github.com/tony19/logback-android)
j
well, it’s a wrapper on platform-specific loggers, so it all depends on how these logger are configured.
m
Oh I see. So I would need to create custom logger to save the logs to file, right?
d
In logback, you'd probably just edit it's config xml file in your resources folder to register a file logger.