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