mthamil / AspNetCore.Serilog.RequestLoggingMiddleware

Middleware for ASP.NET Core that uses Serilog to log requests.
Apache License 2.0
8 stars 0 forks source link

I need a way to provider other logger instance than ILogger #4

Open lukasz-pekala opened 4 years ago

lukasz-pekala commented 4 years ago

As in the topic. I can see ILogger is always used. I need a way to provider other logger instance than ILogger so that I can configure separate loggers for web request, maintenance, etc.