Click or drag to resize
LogProviderForT Method
Gets a logger for the specified type.

Namespace: Hangfire.Logging
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static ILog For<T>()

Type Parameters

T
The type whose name will be used for the logger.

Return Value

Type: ILog
An instance of ILog
See Also