Summary
Uses the serilog request logging.
- Assembly
- Rocket
.Surgery .AspNetCore .Serilog .dll - Namespace
- Rocket
.Surgery .AspNetCore .Serilog - Containing Type
- Request
Logging Serilog Extensions
Syntax
public static IConventionHostBuilder UseSerilogRequestLogging(this IConventionHostBuilder container)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| container | I |
The container. |
Return Value
| Type | Description |
|---|---|
| I |
IConventionHostBuilder. |
