Table of Contents

Enum CategoryStyle

Namespace
LogAssertions.Render
Assembly
LogAssertions.dll

How LogSnapshotRenderer renders a record's logger category.

public enum CategoryStyle

Fields

Full = 1

The full category string verbatim.

LeafOnly = 0

Only the last dot-separated segment, e.g. OrderService for MyApp.Services.OrderService. Same diagnostic value, far less namespace noise in the snapshot.