| LogProviderGetCurrentClassLogger Method |
Gets a logger for the current class.
Namespace: Hangfire.LoggingAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static ILog GetCurrentClassLogger()
Public Shared Function GetCurrentClassLogger As ILog
Return Value
Type:
ILogAn instance of
ILogSee Also