示例#1
0
文件: CQAPI.cs 项目: balrogsxt/xtBot
 public static int xtAddLog(LogType.status state, string type, string content)
 {
     Log.addLog("CQAPI", type + ":" + content);
     return(xtAddCQPLog(CQAPI.getAuthCode(), state, type, content));
 }
示例#2
0
文件: CQAPI.cs 项目: balrogsxt/xtBot
 public static int xtAddLog(int ac, LogType.status state, string type, string content)
 {
     Log.addLog("CQAPI", type + ":" + content);
     return(xtAddCQPLog(ac, state, type, content));
 }
示例#3
0
文件: CQAPI.cs 项目: balrogsxt/xtBot
 public static extern int xtAddCQPLog(int ac, LogType.status state, string type, string content);