예제 #1
0
 public void SetWrapper(Contracts.ILogger logger)
 {
     wrapperLogger = logger;
 }
예제 #2
0
 public NLogLogger(string applicationName)
 {
     this.applicationName = applicationName;
     wrapperLogger        = this;
 }