Logger(UInt64, LogType, Int32)
Logs the text representation of the specified 64-bit unsigned integer value.
public static void Logger(ulong value, LogType logType, int logLevel)
engine.Logger(18446744073709551615, LogType.Information, -1);
Information|-1|ID0|Logger_ULong_Test|18446744073709551615
Last updated