Ejemplo n.º 1
0
 /// <summary>
 /// Logs the exepttion.
 /// </summary>
 /// <param name="ex">The exeption.</param>
 public void LogExepttion(Exception ex)
 {
     TextLogger.ServiceLog("ErroRecord", string.Format("{0} AT {1}", ex.Message, DateTimeConvertor.LongStrYearMonthDayHourMinuteSecond));
 }