CTI32 Engine Class Library

Log.WritePort Method

Writes an entry to the log system. Logging level is assumed to be 0.

Overload List

Writes an entry to the log system. Logging level is assumed to be 0.

public void WritePort(int,string);

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

public void WritePort(int,string,params object[]);

See Also

Log Class | CTI32Engine Namespace