Example #1
0
 public Log(string a, int type)
 {
     this.level     = Level.ALL;
     this.logFormat = new LogFormat(true, type);
     this.app       = a;
 }
Example #2
0
 public Log(string a, int type)
 {
     this.level = Level.ALL;
     this.logFormat = new LogFormat(true, type);
     this.app = a;
 }