Exemple #1
0
        public static void Debug(String mensaje)
        {
            string fecha = DateTime.Now.ToString("dd/MM/yyyy-HH:mm:ss");
            string log   = fecha + ": " + mensaje + Environment.NewLine;

            IoHelper.Log(log);
        }