Logs the specified string value.
Last updated 1 year ago
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!
message
The message to log.
logType
Specifies the log type.
logLevel
Specifies the log level.