Beispiel #1
0
 public static int xtAddLog(LogType.status state, string type, string content)
 {
     Log.addLog("CQAPI", type + ":" + content);
     return(xtAddCQPLog(CQAPI.getAuthCode(), state, type, content));
 }
Beispiel #2
0
 public static int xtAddLog(int ac, LogType.status state, string type, string content)
 {
     Log.addLog("CQAPI", type + ":" + content);
     return(xtAddCQPLog(ac, state, type, content));
 }
Beispiel #3
0
 public static extern int xtAddCQPLog(int ac, LogType.status state, string type, string content);