KotlinLoggingConfiguration

Types

Link copied to clipboard

Configuration interface for the Direct Logging implementation.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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).

actual var loggerFactory: KLoggerFactory
Link copied to clipboard

If true, print the "kotlin-logging: initializing..." message during startup. Default is true.

Link copied to clipboard