public LoggingScenarioEventArgs(LoggingScenarioEventType type, string logFilePath)
 {
     Type = type;
     LogFilePath = logFilePath;
 }
示例#2
0
 public LoggingScenarioEventArgs(LoggingScenarioEventType type, string logFilePath)
 {
     Type        = type;
     LogFilePath = logFilePath;
 }
 public LoggingScenarioEventArgs(LoggingScenarioEventType type)
 {
     Type = type;
 }
示例#4
0
 public LoggingScenarioEventArgs(LoggingScenarioEventType type)
 {
     Type = type;
 }