Logs the specified Unicode character value.
Last updated 1 year ago
public static void Logger(char value, LogType logType, int logLevel)
engine.Logger('A', LogType.None, -1);
None|-1|ID0|Logger_Char_Test|A
value
The value to write.
logType
Specifies the log type.
logLevel
Specifies the log level.