Logger(Char[], Int32, Int32, LogType, Int32)
Logs the specified sub-array of Unicode characters, followed by the current line terminator.
public static void Logger(char[] buffer, int index, int count, LogType logType, int logLevel)
engine.Logger(new char[] { 'B', 'A', '*', '-' }, 1, 2, LogType.Debug, 0);
Debug|0|ID0|Logger_Char_Sub_Array_Test|A*
Last updated