CTI32 Engine Class Library

Log.WritePort Method (Int32, String, Object[])

Writes a message to the log system. Displays Port number.

[Visual Basic]
Overloads Public Sub WritePort( _
   ByVal port As Integer, _
   ByVal s As String, _
   ParamArray args As Object() _
)
[C#]
public void WritePort(
   int port,
   string s,
   params object[] args
);

Parameters

port
Port number to put in the log.
s
String of the message.
args
Variable arguments of the message.

See Also

Log Class | CTI32Engine Namespace | Log.WritePort Overload List