Ejemplo n.º 1
0
 public void WriteLog(string text, Level level)
 {
     log.Logger.Log(log.GetType(), level, text, null);
 }