Click or drag to resize
GlobalConfigurationExtensionsUseLogProviderTLogProvider Method

[Missing <summary> documentation for "M:Hangfire.GlobalConfigurationExtensions.UseLogProvider``1(Hangfire.IGlobalConfiguration,``0)"]

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static IGlobalConfiguration<TLogProvider> UseLogProvider<TLogProvider>(
	[NotNullAttribute] this IGlobalConfiguration configuration,
	[NotNullAttribute] TLogProvider provider
)
where TLogProvider : ILogProvider

Parameters

configuration
Type: HangfireIGlobalConfiguration

[Missing <param name="configuration"/> documentation for "M:Hangfire.GlobalConfigurationExtensions.UseLogProvider``1(Hangfire.IGlobalConfiguration,``0)"]

provider
Type: TLogProvider

[Missing <param name="provider"/> documentation for "M:Hangfire.GlobalConfigurationExtensions.UseLogProvider``1(Hangfire.IGlobalConfiguration,``0)"]

Type Parameters

TLogProvider

[Missing <typeparam name="TLogProvider"/> documentation for "M:Hangfire.GlobalConfigurationExtensions.UseLogProvider``1(Hangfire.IGlobalConfiguration,``0)"]

Return Value

Type: IGlobalConfigurationTLogProvider

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IGlobalConfiguration. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also