CTI32 Engine Class Library

Log.Write Method

Write a entry to the logging system.

Overload List

Write a entry to the logging system.

public void Write(int,string);

Write a message to the log system. Formats a sting with variable arguments.

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

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

public void Write(string);

Writes a message to the log system.

public void Write(string,params object[]);

See Also

Log Class | CTI32Engine Namespace