Example #1
0
 public LogEngine()
 {
     FileEngine.CreateDirectory(ConfigEngine.LogPath);
     FileEngine.CreateFile(FileName);
 }