Logger(String, Object, LogType, Int32)
Logs the text representation of the specified object using the specified format information.
public static void Logger(string format, object arg0, LogType logType, int logLevel)
engine.Logger("The temperature is {0}°C.", 20.4, LogType.Information, -1);
Information|-1|ID0|Logger_1_Arg_Test|The temperature is 20.4°C.
Last updated