File Configuration
@Serializable
Data class for file representation of KloggingConfiguration, either in JSON or HOCON format.
Fields are optional so that when append
is specified, only new configuration needs to be included in the file.
Constructors
Link copied to clipboard
constructor(configName: String? = null, kloggingMinLogLevel: Level = defaultKloggingMinLogLevel, minDirectLogLevel: Level = defaultMinDirectLogLevel, sinks: Map<String, FileSinkConfiguration> = mapOf(), logging: List<FileLoggingConfig> = listOf())