EventSinkSpecification
public struct EventSinkSpecification : Equatable, Hashable
extension EventSinkSpecification: Sendable
Describes which events to an EventSink
-
Declaration
Swift
public var targets: [EventTarget] -
Declaration
Swift
public var minLevel: TracingLevel? -
Declaration
Swift
public init(targets: [EventTarget] = [], minLevel: TracingLevel? = nil)