TIBCO Adapter SDK C++ Reference
MStdioSink::write
MStdioSink
Write a message to a user-provided file. MStdioSink is mainly used for tracing to stdout or stderr, it can, however, also be used to trace to any FILE* that is already open.
Parameters
Parameters Description
const MString& rsMessage Message to send to this sink.
const MTree& rmTree MTree to send to this sink.
Exceptions
MException if this method fails. In that case, the file is not closed.
Declaration
virtual void write(const MString& rsMessage, const MTree& rmTree) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.