Table of Contents

Class ListBackend

Namespace
Terminal.Gui.Tracing
Assembly
Terminal.Gui.dll

A backend that captures trace entries to a list for testing and inspection.

public sealed class ListBackend : ITraceBackend
Inheritance
ListBackend
Implements
Inherited Members

Constructors

ListBackend()

Properties

Entries

Gets the captured trace entries.

Methods

Clear()

Clears any captured entries. For backends that don't capture, this is a no-op.

Log(TraceEntry)

Logs a trace entry.