Exemple #1
0
 public Log(LogModes logMode)
 {
     this.logInformation = new LogInformation();
     this.assertion      = new InstanceAnswerPro.Debug.Assertion(this);
     this.logModeField   = logMode;
     Instance            = this;
 }
Exemple #2
0
 public Log(LogModes logMode)
 {
     this.logInformation = new LogInformation();
     this.assertion = new InstanceAnswerPro.Debug.Assertion(this);
     this.logModeField = logMode;
     Instance = this;
 }