Пример #1
0
 private static extern void wLogMsg(LOG_THR level, string str);
Пример #2
0
 public static extern void SetFlushOn(LOG_THR LogSeverity);
Пример #3
0
 private static extern void LogMsg(LOG_THR level, byte[] str);
Пример #4
0
 public static extern void SetMemoryThr(LOG_THR memoryThr);
Пример #5
0
 public static extern void SetConsoleThr(LOG_THR LogSeverity);
Пример #6
0
 public static extern void SetFileThr(LOG_THR fileThr);
Пример #7
0
 public static extern void dlog_set_flush_on(LOG_THR LogSeverity);
Пример #8
0
 public static extern void dlog_set_console_thr(LOG_THR LogSeverity);
Пример #9
0
 public static extern void dlog_set_memory_thr(LOG_THR memoryThr);
Пример #10
0
 public static extern void dlog_set_file_thr(LOG_THR fileThr);