DiagnosticsDescription interface
Properties
default |
The sinks to be used if diagnostics |
enabled | Status of whether or not sinks are enabled. |
sinks | List of supported sinks |
Property Details
defaultSinkRefs
The sinks to be used if diagnostics
defaultSinkRefs?: string[]
Property Value
string[]
enabled
Status of whether or not sinks are enabled.
enabled?: boolean
Property Value
boolean
sinks
List of supported sinks
sinks?: DiagnosticsSinkPropertiesUnion[]