Kotlin Logging Configuration
Properties
Link copied to clipboard
Link copied to clipboard
Configuration for the Direct Logging implementation.
Link copied to clipboard
The global logger factory used by KotlinLogging.logger. Change this to swap the underlying logging implementation (e.g., to DirectLoggerFactory on JVM/Darwin).
The global logger factory used by KotlinLogging.logger. Change this to swap the underlying logging implementation (e.g., to DirectLoggerFactory on JVM/Darwin).
Link copied to clipboard
If true, print the "kotlin-logging: initializing..." message during startup. Default is true.
Link copied to clipboard