Class RequestLoggingMiddlewareExtensions
Inherited Members
Namespace: Code.Library.AspNetCore .Middleware
Assembly: Code.Library.AspNetCore.dll
Syntax
public static class RequestLoggingMiddlewareExtensions
Methods
| Improve this Doc View SourceUseRequestLogging(IApplicationBuilder, bool)
Declaration
public static IApplicationBuilder UseRequestLogging(this IApplicationBuilder builder, bool excludeHealthChecks = true)
Parameters
| Type | Name | Description |
|---|---|---|
| IApplication |
builder | |
| bool | excludeHealthChecks |
Returns
| Type | Description |
|---|---|
| IApplication |