public override string Format()
 {
     return(LogFormatter.FormatLogValues(this));
 }
Example #2
0
 public override string Format()
 {
     return(LogFormatter.FormatStructure(this));
 }