SmartSockets .NET Class Library

TipcSrv.logAddMt Method (Int32, Int32)

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,
   int mtNum
);

Parameters

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

Exceptions

Exception TypeCondition
TipcNotFoundException If the message type does not exist.
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