OpenTAP 9.25
API Reference
|
A simple log listener that writes events to a binary file. More...
Public Member Functions | |
BinaryLog (Stream st) | |
Initializes a new instance of the BinaryLog class. Logs events to a given stream. More... | |
void | Close () |
Method that must be called to properly close the stream. | |
void | Flush () |
Flushes the messages from the listener. | |
void | EventsLogged (IEnumerable< Event > logEvents) |
Logs the events. More... | |
void | Dispose () |
Resets and releases resources for this unmanaged class | |
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 BinaryLog 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 |
Logs the events.
logEvents | List of events to log. |
Implements OpenTap.Diagnostic.ILogListener.
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:25