示例#1
0
 static LogFactory()
 {
     CommFun.SetInterval(60000, WriteLog);
 }
示例#2
0
 static TextLog()
 {
     CommFun.SetInterval(1, LogToFile);
 }