Logger(Decimal, LogType, Int32)

Logs the text representation of the specified Decimal value.

Declaration
public static void Logger(decimal value, LogType logType, int logLevel)
Example
engine.Logger(6.9M, LogType.Information, -1);
Result
Information|-1|ID0|Logger_Decimal_Test|6.9
Type
Name
Description

value

The value to write.

logType

Specifies the log type.

logLevel

Specifies the log level.

Last updated