Logger(Single, LogType, Int32)

Logs the text representation of the specified single-precision floating-point value.

Declaration
public static void Logger(float value, LogType logType, int logLevel)
Example
engine.Logger(5.75F, LogType.Information, -1);
Result
Information|-1|ID0|Logger_Float_Test|5.75
Type
Name
Description

value

The value to write.

logType

Specifies the log type.

logLevel

Specifies the log level.

Last updated