Exemplo n.º 1
0
        public static string FormatLogEntry(LogEntry entry)
        {
            MockLogSink sink = new MockLogSink();

            sink.Formatter = lastSetFormatter;
            return(sink.FormatEntry(entry));
        }
Exemplo n.º 2
0
 public static string FormatLogEntry(LogEntry entry)
 {
     MockLogSink sink = new MockLogSink();
     sink.Formatter = lastSetFormatter;
     return sink.FormatEntry(entry);
 }