Example #1
0
 public NeatLogger(INeatLoggerImp imp)
     : this(imp, true)
 {
 }
Example #2
0
 public NeatLogger(INeatLoggerImp imp, bool checkSensitiveKeyword)
 {
     this.loggerImp = imp;
 }