示例#1
0
 public void Emit(string logEntry, LogLevel level)
 {
     fileController.AppendLogEntry(logEntry);
 }