SmartSockets .NET Class Library

TipcSrv.logAddMt Method (Int32, TipcMt)

Adds a message type for message logging. Messages will logged to the file specified by the options: ss.log_out_data, ss.log_in_data, ss_log_out_status. ss.log_in_status, ss.log_out_internal, and ss.log_in_internal And based upon the logging type.

public virtual void logAddMt(
   int logType,
   TipcMt mt
);

Parameters

logType
One of LOG_DATA, LOG_STATUS, or LOG_INTERNAL
mt
The message type.

Exceptions

Exception TypeCondition
TipcBadArgumentException If the message logging type is invalid.
TipcException For all other errors.

See Also

TipcSrv Class | TipcSrv Members | TIBCO.SMARTSOCKETS Namespace | TipcSrv.logAddMt Overload List


Copyright © TIBCO Software Inc. All rights reserved