CTI32 Engine Class Library

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

Writes a message to the log system and also the "Status" status section

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

Parameters

port
Port for the status system
s
Message
args
Variable arguements of the message

See Also

Log Class | CTI32Engine Namespace | Log.WriteWithStatus Overload List