Write a entry to the logging system.
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[]);