TIBCO Adapter SDK C++ Reference
MStdioSink Members
MStdioSink | Legend
Members
Methods
Method Description
downCast Perform safe cast operation. See MComponent::downCast() for a detailed explanation and example.
downCast Perform safe cast operation. See MComponent::downCast() for a detailed explanation and example.
getClassName Return the char* “MStdioSink” when called for an instance of this class.
getDescription Return the description of this sink.
MStdioSink Constructor for creating MStdioSink instances.

This constructor will signal an exception if the file cannot be opened for writing.

write 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.
write 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.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.