FileLevelRange

@Serializable
data class FileLevelRange(val fromMinLevel: Level? = null, val toMaxLevel: Level? = null, val atLevel: Level? = null, val toSinks: List<String>? = null)

Data class for a file representation of a LevelRange.

Constructors

Link copied to clipboard
constructor(fromMinLevel: Level? = null, toMaxLevel: Level? = null, atLevel: Level? = null, toSinks: List<String>? = null)

Properties

Link copied to clipboard
val atLevel: Level? = null

exact level of log events to send

Link copied to clipboard
val fromMinLevel: Level? = null

inclusive minimum level of log events to send

Link copied to clipboard
val toMaxLevel: Level? = null

inclusive maximum level of log events to send

Link copied to clipboard
val toSinks: List<String>? = null

list of sink names where log events are sent