Esempio n. 1
0
 /// <summary>
 /// Flushes any logs. Use before closing the process to ensure all information has been logged.
 /// </summary>
 public virtual void Flush()
 {
     _centralLogger.Flush();
 }
Esempio n. 2
0
 /// <summary>
 /// Flushes any logs. Use before closing the process to ensure all information has been logged.
 /// </summary>
 public void Flush()
 {
     _centralLogger.Flush();
 }