Direct Logger Factory
A KLoggerFactory that creates direct logger instances.
"Direct" logging means that log events are sent directly to the configured io.github.oshai.kotlinlogging.KotlinLoggingConfiguration.direct, which defaults to writing to the console (stdout/stderr).
This factory is the default on Native, JS, and Wasm targets. On JVM, Android, and Darwin, it can be used to opt-in to the "Direct" logging implementation, which uses io.github.oshai.kotlinlogging.KotlinLoggingConfiguration.direct.