コード例 #1
0
 public DefaultScopedLogger(ILoggingService logService, IAPIContext apiContext)
 {
     this.logService = logService;
     this.impl       = logService.CreateSubLogger(apiContext).CreateSubLogger <T>();
     this.context    = impl.Context;
 }