Пример #1
0
 /// <summary>
 /// Flush any pending log messages (in case of asynchronous targets).
 /// </summary>
 public void Flush()
 {
     Configuration.FlushAllTargets(TimeSpan.MaxValue);
 }