Class ListBackend
A backend that captures trace entries to a list for testing and inspection.
public sealed class ListBackend : ITraceBackend
- Inheritance
-
ListBackend
- Implements
- Inherited Members
Constructors
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.