Enum LogLevelStyle
- Namespace
- LogAssertions.Render
- Assembly
- LogAssertions.dll
How LogSnapshotRenderer renders a record's LogLevel.
public enum LogLevelStyle
Fields
Abbreviation = 0Four-character lowercase abbreviation matching the conventional
Microsoft.Extensions.Loggingconsole formatter:trce,dbug,info,warn,fail,crit,none. Fixed width keeps header columns aligned across mixed-level snapshots.Full = 1The full LogLevel name, e.g.
Information.