EventProcessingLog interface

Abstract base class for all of the diagnostic logs.

Extends

Properties

batches
matcherResults

Inherited 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
result
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
stats
warnings

Property Details

batches

batches: EventBatch[]

Property Value

matcherResults

matcherResults: MatcherResult[]

Property Value

Inherited Property Details

activityId

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

activityId: string

Property Value

string

Inherited From NotificationJobDiagnosticLog.activityId

description

description: string

Property Value

string

Inherited From NotificationJobDiagnosticLog.description

endTime

endTime: Date

Property Value

Date

Inherited From NotificationJobDiagnosticLog.endTime

errors

errors: number

Property Value

number

Inherited From NotificationJobDiagnosticLog.errors

id

Unique instance identifier.

id: string

Property Value

string

Inherited From NotificationJobDiagnosticLog.id

logType

logType: string

Property Value

string

Inherited From NotificationJobDiagnosticLog.logType

messages

messages: NotificationDiagnosticLogMessage[]

Property Value

Inherited From NotificationJobDiagnosticLog.messages

properties

properties: {[key: string]: string}

Property Value

{[key: string]: string}

Inherited From NotificationJobDiagnosticLog.properties

result

result: string

Property Value

string

Inherited From NotificationJobDiagnosticLog.result

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 NotificationJobDiagnosticLog.source

startTime

startTime: Date

Property Value

Date

Inherited From NotificationJobDiagnosticLog.startTime

stats

stats: {[key: string]: {[key: string]: number}}

Property Value

{[key: string]: {[key: string]: number}}

Inherited From NotificationJobDiagnosticLog.stats

warnings

warnings: number

Property Value

number

Inherited From NotificationJobDiagnosticLog.warnings