Kinds of semantic parameters that are required to be mapped to Serilog parameters. This is the default value of the SemanticParametersTreatedSemantically property.
This constant is set to ParameterValue | Exception | ReturnValue | ReturnItemValue | ExecutionTime | This
.
Namespace: PostSharp.Patterns.Diagnostics.Backends.Serilog
Assembly: PostSharp.Patterns.Diagnostics.Backends.Serilog.dll
Syntax
public const SemanticParameterKind SemanticParametersRequiredTreatedSemantically = This | Exception | ParameterValue | ReturnValue | ReturnItemValue | Duration
Returns
Type | Description |
---|---|
SemanticParameterKind | Kinds of semantic parameters that are required to be mapped to Serilog parameters. This is the default value of the property. This constant is set to ParameterValue | Exception | ReturnValue | ReturnItemValue | ExecutionTime | This. |