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