OpenTAP 9.25
API Reference
|
Encapsulates the features of the OpenTAP logging infrastructure. More...
Public Member Functions | |
void | Flush () |
Blocks until all messages posted up to this point have reached all TraceListeners. | |
void | TraceEvent (LogEventType te, int id, string message) |
Register a single event. | |
void | TraceEvent (long durationNs, LogEventType te, int id, string message, params object[] args) |
Register a single event with formatting and duration. | |
void | TraceEvent (long durationNs, LogEventType te, int id, string message) |
Register a single event without formatting and duration. | |
void | TraceEvent (LogEventType te, int id, string message, params object[] args) |
Register a single event with formatting | |
Encapsulates the features of the OpenTAP logging infrastructure.
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:25