示例#1
0
文件: Logger.cs 项目: drwill/mash
 /// <summary>
 /// Flushes any logs. Use before closing the process to ensure all information has been logged.
 /// </summary>
 public virtual void Flush()
 {
     _centralLogger.Flush();
 }
示例#2
0
 /// <summary>
 /// Flushes any logs. Use before closing the process to ensure all information has been logged.
 /// </summary>
 public void Flush()
 {
     _centralLogger.Flush();
 }