DiagnosticsRef interface
Reference to sinks in DiagnosticsDescription.
Properties
| enabled | Status of whether or not sinks are enabled. |
| sink |
List of sinks to be used if enabled. References the list of sinks in DiagnosticsDescription. |
Property Details
enabled
Status of whether or not sinks are enabled.
enabled?: boolean
Property Value
boolean
sinkRefs
List of sinks to be used if enabled. References the list of sinks in DiagnosticsDescription.
sinkRefs?: string[]
Property Value
string[]