Logger(String, Object, Object, Object, LogType, Int32)
Logs the text representation of the specified objects using the specified format information.
public static void Logger(string format, object arg0, object arg1, object arg2, LogType logType, int logLevel)
var dt = new DateTime(1, 1, 1, 9, 52, 45);
engine.Logger("At {0:t}, the temperature is {1}°C and {2}.", dt, 17.1, "slightly overcast", LogType.None, 2);
None|2|ID0|Logger_3_Arg_Test|At 9:52 AM, the temperature is 17.1°C and slightly overcast.
Type
Name
Description
Last updated