LevelRange

Inclusive range of logging levels with the names of sinks where events will be sent.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val endInclusive: Level
Link copied to clipboard

inclusive maximum level of this range

Link copied to clipboard

inclusive minimum level of this range

Link copied to clipboard
open override val start: Level

Functions

Link copied to clipboard
open operator fun contains(value: Level): Boolean
Link copied to clipboard
open fun isEmpty(): Boolean
Link copied to clipboard
fun toSink(sinkName: String)

DSL function to specify a sink where events for this LoggingConfig should be sent.