PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Backends.​SerilogSerilog­Parameter­Handling
Open sandboxFocus

SerilogParameterHandling Class

Determines how should Serilog parameters in Serilog messages be passed to PostSharp logging.

Inheritance
SerilogParameterHandling
Namespace: PostSharp.Patterns.Diagnostics.Backends.Serilog
Assembly: PostSharp.Patterns.Diagnostics.Backends.Serilog.dll
Syntax
public sealed class SerilogParameterHandling : Enum

Fields

Name Description
Default

The default is PassParameterValues.

PassParameterValues

Serilog formatting specifiers should be ignored, and the raw value of parameters passed to PostSharp Logging.

RenderParameters

Parameters should be rendered to strings using Serilog formatting specifiers, and those strings should be passed to PostSharp Logging.

value__