CommonAccessLogMiddleware class
ASP.NET Core middleware that emits Apache style common access log entries using Serilog.
public sealed class CommonAccessLogMiddleware
Public Members
| name | description |
|---|---|
| CommonAccessLogMiddleware(…) | Initializes a new instance of the CommonAccessLogMiddleware class. |
| InvokeAsync(…) | Invokes the middleware for the specified HTTP context. |
See Also
- namespace Kestrun.Middleware