예제 #1
0
 public void WriteLine(string input)
 {
     fileManager.AppendLineToFile(logFileName, input);
 }