Determines how should Serilog parameters in Serilog messages be passed to PostSharp logging.
Namespace: PostSharp.Patterns.Diagnostics.Backends.Serilog
Assembly: PostSharp.Patterns.Diagnostics.Backends.Serilog.dll
Syntax
public enum SerilogParameterHandling
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. |