Skip to content

InMemoryLogBuffer Properties

The in-memory log buffer which all InMemoryLogger instances share. Useful for simulation testing where logs need to be captured and inspected.

AllEntries

get
View source
public IReadOnlyList<LogEntry> AllEntries
Gets all log entries currently buffered.