
Module: Threads Package: Execution Tracing
RWTraceOstreamClientImpRWTraceEventClientImp
RWReference
#include <rw/trace/RWTraceOstreamClientImp.h>
RWTraceOstreamClientImp is the implementation (body) for RWTraceOstreamClient.
static RWTraceEventClient make(ostream& ostr);
Creates a new RWTraceOstreamClientImp instance that will output to the specified ostream. If no ostream is specified, uses cerr by default.
~RWTraceOstreamClientImp();
Destructor.
RWTraceOstreamClientImp(ostream& ostr);
Constructor that takes an output stream.
RWTraceOstreamClientImp();
Default constructor. Sets the output stream to cerr.
ostream& getOstream() const;
Returns the output stream for trace events.
virtual void doTrace(const RWTraceEvent& ev);
Sends trace events to the output stream.
©2004 Copyright Quovadx, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.