NotificationJobDiagnosticLog interface
Abstract base class for all of the diagnostic logs.
- Extends
activity |
Identifier used for correlating to other diagnostics that may have been recorded elsewhere. |
description | |
end |
|
errors | |
id | Unique instance identifier. |
log |
|
messages | |
properties | |
source | This identifier depends on the logType. For notification jobs, this will be the job Id. For subscription tracing, this will be a special root Guid with the subscription Id encoded. |
start |
|
warnings |
result: string
Property Value
string
stats: {[key: string]: {[key: string]: number}}
Property Value
{[key: string]: {[key: string]: number}}
Identifier used for correlating to other diagnostics that may have been recorded elsewhere.
activityId: string
Property Value
string
Inherited From NotificationDiagnosticLog.activityId
Unique instance identifier.
id: string
Property Value
string
Inherited From NotificationDiagnosticLog.id
messages: NotificationDiagnosticLogMessage[]
Property Value
Inherited From NotificationDiagnosticLog.messages
properties: {[key: string]: string}
Property Value
{[key: string]: string}
Inherited From NotificationDiagnosticLog.properties
This identifier depends on the logType. For notification jobs, this will be the job Id. For subscription tracing, this will be a special root Guid with the subscription Id encoded.
source: string
Property Value
string
Inherited From NotificationDiagnosticLog.source