PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Backends.​Application­InsightsApplication­Insights­Logging­Backend­Options
Open sandboxFocus

ApplicationInsightsLoggingBackendOptions Class

Inheritance
ApplicationInsightsLoggingBackendOptions
Namespace: PostSharp.Patterns.Diagnostics.Backends.ApplicationInsights
Assembly: PostSharp.Patterns.Diagnostics.Backends.ApplicationInsights.dll
Syntax
public class ApplicationInsightsLoggingBackendOptions : TextLoggingBackendOptions

Constructors

Name Description
ApplicationInsightsLoggingBackendOptions()

Properties

Name Description
SemanticParametersAddedAsProperties

Gets or sets the bitmask of semantic parameters that should be added to the list of Application Insights custom properties. The default value is None.

SetSequenceProperty

Determines whether the Sequence property should be set to the value of SyntheticId. The default value is false.

TelemetryEnricher

Gets or sets a delegate to a method that can add of remove properties to the TraceTelemetry immediately before it will be written to Application Insights.