Summary
Configure the serilog delegate to the convention scanner
- Assembly
- Rocket
.Surgery .Extensions .Serilog .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Serilog
Abstractions Host Builder Extensions
Syntax
public static IConventionHostBuilder ConfigureSerilog(this IConventionHostBuilder container, SerilogConventionDelegate delegate)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| container | I |
The container. |
| delegate | Serilog |
The delegate. |
Return Value
| Type | Description |
|---|---|
| I |
IConventionHostBuilder. |
