Table of Contents
Runtime.WriteLog Method 

Writes a message to the log.

Syntax
 public static void WriteLog(
   string format,
   params object[] args
);

Parameters

format
String to format the log message.
args
Format arguments.
See Also