Logger(Exception, LogType, Int32)
Logs the specified exception message and StackTrace.
public static void Logger(Exception exception, LogType logType, int logLevel)
engine.Logger(new Exception("An unexpected error occurred!"), LogType.Error, 1);
Error|1|ID0|Logger_Exception_Test|Exception => System.Exception An unexpected error occurred!
Last updated