Ejemplo n.º 1
0
 /// <summary>
 ///     Flushes the output buffer.
 /// </summary>
 public override void Flush()
 {
     if (LogFactory != null)
     {
         LogFactory.Flush();
     }
     else
     {
         LogManager.Flush();
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 ///     Flush any pending log messages (in case of asynchronous targets).
 /// </summary>
 public static void Flush()
 {
     globalFactory.Flush();
 }