Пример #1
0
 private void EscribirConEstilo(string msg)
 {
     try
     {
         FicheroLog.EscribirMensaje(string.Format("[{0} {1}] \t{2}\n", DateTime.Now.ToShortDateString(), DateTime.Now.ToShortTimeString(), msg));
     }
     catch (Exception) { }
 }
Пример #2
0
 public string Leer()
 {
     return(FicheroLog.LeerTodo());
 }