コード例 #1
0
ファイル: Log.cs プロジェクト: YHZX2013/exchange_diff
 public Log(string fileNamePrefix, LogHeaderFormatter headerFormatter, string logComponent)
 {
     this.logImpl = new Log(fileNamePrefix, headerFormatter.LogHeaderFormatterImpl, logComponent);
 }
コード例 #2
0
ファイル: Log.cs プロジェクト: YHZX2013/exchange_diff
 public Log(string fileNamePrefix, LogHeaderFormatter headerFormatter, string logComponent, bool handleKnownExceptions)
 {
     this.logImpl = new Log(fileNamePrefix, headerFormatter.LogHeaderFormatterImpl, logComponent, handleKnownExceptions);
 }