예제 #1
0
 public void FlushLogFiles()
 {
     SLog.Flush();
     if (this.logObj != null)
     {
         this.logObj.Flush();
     }
     if (this.actorLogObj != null)
     {
         this.actorLogObj.Flush();
     }
     if (this.rvoLogObj != null)
     {
         this.rvoLogObj.Flush();
     }
 }