Пример #1
0
 public TWLogMessage(TWSeverity severity, string template, object[] objects, Exception exception, DateTime time)
 {
     Severity = severity;
     Template = template;
     Objects = objects;
     Exception = exception;
     Time = time;
 }
Пример #2
0
 public TWLogMessage(TWSeverity severity, string template, object[] objects, Exception exception, DateTime time)
 {
     Severity  = severity;
     Template  = template;
     Objects   = objects;
     Exception = exception;
     Time      = time;
 }