LoggingHostBuilderExtensions.

ConfigureLogging(IConventionHostBuilder, LoggingConventionDelegate) Method

Summary

Configure the logging delegate to the convention scanner

Syntax

public static IConventionHostBuilder ConfigureLogging(this IConventionHostBuilder container, LoggingConventionDelegate delegate)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
container IConventionHostBuilder The container.
delegate LoggingConventionDelegate The delegate.

Return Value

Type Description
IConventionHostBuilder IConventionHostBuilder.