コード例 #1
0
 public void SetWrapper(Contracts.ILogger logger)
 {
     wrapperLogger = logger;
 }
コード例 #2
0
 public NLogLogger(string applicationName)
 {
     this.applicationName = applicationName;
     wrapperLogger        = this;
 }