コード例 #1
0
 public LoggingScenarioEventArgs(LoggingScenarioEventType type, string logFilePath)
 {
     Type = type;
     LogFilePath = logFilePath;
 }
コード例 #2
0
 public LoggingScenarioEventArgs(LoggingScenarioEventType type, string logFilePath)
 {
     Type        = type;
     LogFilePath = logFilePath;
 }
コード例 #3
0
 public LoggingScenarioEventArgs(LoggingScenarioEventType type)
 {
     Type = type;
 }
コード例 #4
0
 public LoggingScenarioEventArgs(LoggingScenarioEventType type)
 {
     Type = type;
 }