EventSinkSpecification

data class EventSinkSpecification(var targets: List<EventTarget> = listOf(), var minLevel: TracingLevel? = null)

Describes which events to an EventSink

Constructors

Link copied to clipboard
constructor(targets: List<EventTarget> = listOf(), minLevel: TracingLevel? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard