Logger(Char[], LogType, Int32)
Logs the specified array of Unicode characters.
public static void Logger(char[] value, LogType logType, int logLevel)
engine.Logger(new char[] { 'A', '*' }, LogType.Debug, 0);
Debug|0|ID0|Logger_Char_Array_Test|A*
Last updated