コード例 #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
ファイル: LoggingBuilder.cs プロジェクト: drwill/mash
 /// <summary>
 /// Flushes any logs. Use before closing the process to ensure all information has been logged.
 /// </summary>
 public void Flush()
 {
     _centralLogger.Flush();
 }