SerilogSpecialProperties Enumeration |
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)
[FlagsAttribute] public enum SerilogSpecialProperties
Member name | Value | Description | |
---|---|---|---|
None | 0 | None. | |
EventId | 1 | Value of the SyntheticId. | |
Indent | 2 | An indentation string composed of only space characters. | |
IndentLevel | 4 | The indentation level, as an integer. | |
All | 7 | All |