OpenTAP 9.25
API Reference
|
Base class for various listeners. More...
Public Member Functions | |
virtual void | TraceEvents (IEnumerable< Event > events) |
Receives all log messages. The virtual method simply calls TraceEvent(string, LogEventType, int, string) directly. | |
virtual void | TraceEvent (string source, LogEventType eventType, int id, string format) |
Empty TraceEvent method. | |
virtual void | TraceEvent (string source, LogEventType eventType, int id, string format, params object[] args) |
Empty TraceEvent method. | |
virtual void | Write (string str) |
Virtual method to match System.Diagnostics.TraceListener. Might be removed. | |
virtual void | WriteLine (string str) |
Virtual method to match System.Diagnostics.TraceListener. Might be removed. | |
virtual void | Flush () |
Waits until all sent log messages have been processed by this and all other TraceListeners. | |
Base class for various listeners.
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:25