Logger(Object, LogType, Int32)
Logs the text representation of the specified object.
public static void Logger(object value, LogType logType, int logLevel)
var dt = (object)new DateTime(1, 1, 1, 9, 52, 45);
engine.Logger(dt, LogType.Information, -1);
Information|-1|ID0|Logger_Object_Test|01/01/0001 9:52:45 AM
Last updated