|
OpenTAP 9.31
API Reference
|
A simple log listener that writes events to a binary file. More...
Public Member Functions | |
| LogFile (Stream st) | |
| Initializes a new instance of the LogFile class. Logs events to a given stream. More... | |
| void | EventsLogged (IEnumerable< Event > logEvents) |
| Implements the ILogListener method. More... | |
| void | Close () |
| This method must be called to close the stream. | |
| void | Flush () |
| Flush the current stream. | |
| void | Dispose () |
| Dispose method since BufferedStream implements IDisposable. | |
Protected Member Functions | |
| virtual void | Dispose (bool cleanupScope) |
| Dispose method since BufferedStream implements IDisposable. More... | |
A simple log listener that writes events to a binary file.
|
inline |
Initializes a new instance of the LogFile class. Logs events to a given stream.
| st | The stream to use. |
|
inlineprotectedvirtual |
Dispose method since BufferedStream implements IDisposable.
| cleanupScope | If false, cleanup native resources, if true, clean up native and managed. |
|
inline |
Implements the ILogListener method.
| logEvents | Events array. |
Implements OpenTap.Diagnostic.ILogListener.
OpenTAP 9.31 API built Fri Oct 17 2025 07:12:37