Logger(Decimal, LogType, Int32)
Logs the text representation of the specified Decimal value.
public static void Logger(decimal value, LogType logType, int logLevel)
engine.Logger(6.9M, LogType.Information, -1);
Information|-1|ID0|Logger_Decimal_Test|6.9
Last updated