Stopping Trace
The only time it is necessary for user code to interact with the manager directly is when it is required to stop tracing at runtime. To stop all tracing, use the static member function RWTraceManager::disconnectClient() to disconnect the client or filter. When the manager is disconnected, it begins buffering trace events, so none are lost until the buffer is full. When the client is connected again, the buffered messages are immediately forwarded to the client.