コード例 #1
0
ファイル: ConsoleLogger.cs プロジェクト: kitofr/Cone
 public LabledConsoleLoggerWriter(LabledConsoleLoggerContext context)
 {
     this.context = context;
 }
コード例 #2
0
ファイル: ConsoleLogger.cs プロジェクト: drunkcod/Cone
 public LabledConsoleLoggerWriter(LabledConsoleLoggerContext context, bool showTimings)
 {
     this.context = context;
     this.showTimings = showTimings;
 }