OpenTAP 9.25
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.25 API built Tue Aug 6 2024 07:49:25