Logger(UInt32, LogType, Int32)
Logs the text representation of the specified 32-bit unsigned integer value.
public static void Logger(uint value, LogType logType, int logLevel)
engine.Logger(4294967295, LogType.Information, -1);
Information|-1|ID0|Logger_UInt_Test|4294967295
Last updated