Beispiel #1
0
 public Logger(OwinMiddleware next, ILogger logger) : base(next)
 {
     _logger  = logger;
     _options = LoggerConfig.Init();
 }