コード例 #1
0
ファイル: SeqLogListener.cs プロジェクト: justdude/DbExport
 /// <summary>
 /// Initializes a new instance of the <see cref="SeqLogListener"/> class.
 /// </summary>
 public SeqLogListener()
 {
     _jsonLogFormatter = new JsonLogFormatter();
 }
コード例 #2
0
ファイル: SeqLogListener.cs プロジェクト: wqhenry/Catel
 /// <summary>
 /// Initializes a new instance of the <see cref="SeqLogListener"/> class.
 /// </summary>
 public SeqLogListener()
 {
     _jsonLogFormatter = new JsonLogFormatter();
 }