public LogcheckerWrapper(string log)
 {
     this.logchecker = new LogcheckerPhp(log);
 }
Ejemplo n.º 2
0
 public LogcheckerWrapper(string log)
 {
     this.logchecker = new LogcheckerPhp(log);
 }