OpenTAP 9.24
API Reference
Public Member Functions | List of all members
OpenTap.TraceSource Class 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
 

Detailed Description

Encapsulates the features of the OpenTAP logging infrastructure.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:42