NotificationDiagnosticLog interface

Abstract base class for all of the diagnostic logs.

Properties

activityId

Identifier used for correlating to other diagnostics that may have been recorded elsewhere.

description
endTime
errors
id

Unique instance identifier.

logType
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.

startTime
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

messages: NotificationDiagnosticLogMessage[]

Property Value

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