Hi there.
I use version of the library 7.0.14
I try to configure logger to write logs in file for iOS app in kotlin multiplatform project.
I see in project there is KotlinLoggingConfiguration.
looks like it's should be possible to set own loggerFactory that will use my own implementation of KLogger that will write logs to file.
But loggerFactory field actually not available in project looks like it was optimized and removed.
Can you please help guide me is it right approach to use own loggerFactory for achieve my goal?