SubscriptionTraceDiagnosticLog interface
Abstract base class for all of the diagnostic logs.
- Extends
Properties
| job |
Indicates the job Id that processed or delivered this subscription |
| job |
Indicates unique instance identifier for the job that processed or delivered this subscription |
| subscription |
Inherited 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
jobId
Indicates the job Id that processed or delivered this subscription
jobId: string
Property Value
string
jobInstanceId
Indicates unique instance identifier for the job that processed or delivered this subscription
jobInstanceId: string
Property Value
string
subscriptionId
subscriptionId: string
Property Value
string
Inherited Property Details
activityId
Identifier used for correlating to other diagnostics that may have been recorded elsewhere.
activityId: string
Property Value
string
Inherited From NotificationDiagnosticLog.activityId
description
endTime
errors
id
Unique instance identifier.
id: string
Property Value
string
Inherited From NotificationDiagnosticLog.id
logType
messages
messages: NotificationDiagnosticLogMessage[]
Property Value
Inherited From NotificationDiagnosticLog.messages
properties
properties: {[key: string]: string}
Property Value
{[key: string]: string}
Inherited From NotificationDiagnosticLog.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.
source: string
Property Value
string
Inherited From NotificationDiagnosticLog.source