NotificationDiagnosticLog interface
Abstract base class for all of the diagnostic logs.
Properties
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 |
Property Details
activityId
Identifier used for correlating to other diagnostics that may have been recorded elsewhere.
activityId: string
Property Value
string
description
description: string
Property Value
string
endTime
endTime: Date
Property Value
Date
errors
errors: number
Property Value
number
id
Unique instance identifier.
id: string
Property Value
string
logType
logType: string
Property Value
string
messages
properties
properties: {[key: string]: string}
Property Value
{[key: string]: string}
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.
source: string
Property Value
string
startTime
startTime: Date
Property Value
Date
warnings
warnings: number
Property Value
number