Table of Contents

Interface ITraceBackend

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

Interface for trace backends. Implement this to capture trace events for logging, testing, or debugging.

public interface ITraceBackend

Methods

Clear()

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

Log(TraceEntry)

Logs a trace entry.