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