| GlobalConfigurationExtensionsUseLog4NetLogProvider Method |
[Missing <summary> documentation for "M:Hangfire.GlobalConfigurationExtensions.UseLog4NetLogProvider(Hangfire.IGlobalConfiguration)"]
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static IGlobalConfiguration<Log4NetLogProvider> UseLog4NetLogProvider(
[NotNullAttribute] this IGlobalConfiguration configuration
)
<ExtensionAttribute>
Public Shared Function UseLog4NetLogProvider (
<NotNullAttribute> configuration As IGlobalConfiguration
) As IGlobalConfiguration(Of Log4NetLogProvider)
Parameters
- configuration
- Type: HangfireIGlobalConfiguration
[Missing <param name="configuration"/> documentation for "M:Hangfire.GlobalConfigurationExtensions.UseLog4NetLogProvider(Hangfire.IGlobalConfiguration)"]
Return Value
Type:
IGlobalConfigurationLog4NetLogProviderUsage 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