ParseDate(string)
static
public static DateTime ParseDate(string dateStr) Parses a date.
Parameters
dateStrstring- The date string.
Returns
The parsed date.
public static DateTime ParseDate(string dateStr)dateStrstringpublic static string PrintDate(DateTime date)DateTime object into printable data format used by the Logger subsystem. dateDateTimeDateTime value to be printed.public static string PrintException(Exception exception)exceptionExceptionpublic static string PrintTime(DateTime date)DateTime object into printable time format used by the Logger subsystem. dateDateTimeDateTime value to be printed.public static void SetExceptionDecoder(Type exceptionType, Func<Exception, string> decoder)exceptionTypeTypedecoderFunc<Exception, string>