Table of Contents

Enum LogLevelStyle

Namespace
LogAssertions.Render
Assembly
LogAssertions.dll

How LogSnapshotRenderer renders a record's LogLevel.

public enum LogLevelStyle

Fields

Abbreviation = 0

Four-character lowercase abbreviation matching the conventional Microsoft.Extensions.Logging console formatter: trce, dbug, info, warn, fail, crit, none. Fixed width keeps header columns aligned across mixed-level snapshots.

Full = 1

The full LogLevel name, e.g. Information.