Package-level declarations
Types
Link copied to clipboard
interface Disposable
Link copied to clipboard
Typealias from the type name used in the UDL file to the builtin type. This is needed because the UDL type name is used in function/method signatures. It's also what we have an external type that references a custom type.
Link copied to clipboard
data class EventSinkSpecification(var targets: List<EventTarget> = listOf(), var minLevel: TracingLevel? = null)
Describes which events to an EventSink
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class TracingEvent(var level: TracingLevel, var target: String, var name: String, var message: String, var fields: TracingJsonValue)
Link copied to clipboard
Typealias from the type name used in the UDL file to the builtin type. This is needed because the UDL type name is used in function/method signatures. It's also what we have an external type that references a custom type.
Link copied to clipboard