Ejemplo n.º 1
0
 Logger()
 {
     this.LogFullSourceName = false;
     this.LogThreadName = true;
     this.logSrv = new DrLogSrv.Server();
     // Source FullName for current class
     currentSourceFullName = new StackTrace().GetFrame(0).GetMethod().ReflectedType.FullName;
 }
Ejemplo n.º 2
0
 Logger()
 {
     this.LogFullSourceName = false;
     this.LogThreadName     = true;
     this.logSrv            = new DrLogSrv.Server();
     // Source FullName for current class
     currentSourceFullName = new StackTrace().GetFrame(0).GetMethod().ReflectedType.FullName;
 }