Table of Contents

Class ServiceProviderExtensions

Namespace
Savvyio.Extensions.DependencyInjection
Assembly
Savvyio.Extensions.DependencyInjection.dll

Extension methods for the IServiceProvider interface.

public static class ServiceProviderExtensions
Inheritance
ServiceProviderExtensions

Methods

WriteHandlerDiscoveriesToLog<TCategoryName>(IServiceProvider)

Writes the handler discoveries to ILogger<TCategoryName> with Information.

public static void WriteHandlerDiscoveriesToLog<TCategoryName>(this IServiceProvider provider)

Parameters

provider IServiceProvider

The service provider used to resolve services.

Type Parameters

TCategoryName

The type used to categorize the log messages.