コード例 #1
0
 public ProductionExecutionLogger(IExecutionLogStorage storage)
 {
     _storage = storage;
 }
コード例 #2
0
 public VerboseExecutionLogger(IExecutionLogStorage storage)
 {
     _storage = storage;
 }
コード例 #3
0
 public ProductionExecutionLogger(IExecutionLogStorage storage)
 {
     _storage = storage;
 }
コード例 #4
0
 public VerboseExecutionLogger(IExecutionLogStorage storage)
 {
     _storage = storage;
 }