SerilogParameterHandling Enumeration |
Namespace: PostSharp.Patterns.Diagnostics.Backends.Serilog
Assembly: PostSharp.Patterns.Diagnostics.Backends.Serilog (in PostSharp.Patterns.Diagnostics.Backends.Serilog.dll) Version: 2023.0.3.0 (2023.0.3.0)
public enum SerilogParameterHandling
Member name | Value | Description | |
---|---|---|---|
Default | 0 | The default is PassParameterValues. | |
RenderParameters | 1 | Parameters should be rendered to strings using Serilog formatting specifiers, and those strings should be passed to PostSharp Logging. | |
PassParameterValues | 0 | Serilog formatting specifiers should be ignored, and the raw value of parameters passed to PostSharp Logging. |