예제 #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);