SerilogLoggingBackendOptions.SemanticParametersTreatedSemantically Property |
Namespace: PostSharp.Patterns.Diagnostics.Backends.Serilog
Assembly: PostSharp.Patterns.Diagnostics.Backends.Serilog (in PostSharp.Patterns.Diagnostics.Backends.Serilog.dll) Version: 6.9.11.0 (6.9.11.0)
public SemanticParameterKind SemanticParametersTreatedSemantically { get; set; }
Property Value
Type: SemanticParameterKindThe value of this property it a bit mask. When a bit (i.e. a value of the SemanticParameterKind) is set to 1, a Serilog parameter will be used. Otherwise, the parameter will be expanded into plain text.
Serilog semantic parameters come at a significant cost, so they must be used with care.
The default value of this property is equal to the SemanticParametersRequiredTreatedSemantically constant.