Table of Contents

Class LoggingBackend

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

A backend that forwards trace entries to Trace(string, string, string).

public sealed class LoggingBackend : ITraceBackend
Inheritance
LoggingBackend
Implements
Inherited Members

Constructors

LoggingBackend()

Methods

Clear()

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

Log(TraceEntry)

Logs a trace entry.