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