示例#1
0
 private string GetEntryLine(ILogEntry entry)
 {
     return(entry.GetCompleteDescription(true) + Environment.NewLine);
 }