예제 #1
0
 protected override void Append(LoggingEvent loggingEvent)
 {
     _output1.DoAppend(loggingEvent);
     _output2.DoAppend(loggingEvent);
 }