| LogProviderForT Method |
Gets a logger for the specified type.
Namespace: Hangfire.LoggingAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static ILog For<T>()
Public Shared Function For(Of T) As ILog
Type Parameters
- T
- The type whose name will be used for the logger.
Return Value
Type:
ILogAn instance of
ILogSee Also