LogFormatter
class
Namespace: Orleans.Runtime
Formats values for logging purposes.
public static class LogFormatterMethods
ParseDate(string)Parses a date.PrintDate(DateTime)Utility function to convert aDateTimeobject into printable data format used by the Logger subsystem.PrintException(Exception)Utility function to convert an exception into printable format, including expanding and formatting any nested sub-expressions.PrintTime(DateTime)Utility function to convert aDateTimeobject into printable time format used by the Logger subsystem.SetExceptionDecoder(Type, Func<Exception, string>)Configures the exception decoder for the specified exception type.
