Logs the specified string value.
public static void Logger(string message, LogType logType, int logLevel)
engine.Logger("An unexpected error occurred!", LogType.Error, 5);
Error|5|ID0|Logger_String_Test|An unexpected error occurred!
String
message
The message to log.
LogType
logType
Specifies the log type.
Int32
logLevel
Specifies the log level.
Last updated 1 year ago