Options for ApplicationInsightsLoggingBackend.
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 |
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. |