Click or drag to resize
LogProviderGetCurrentClassLogger Method
Gets a logger for the current class.

Namespace: Hangfire.Logging
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static ILog GetCurrentClassLogger()

Return Value

Type: ILog
An instance of ILog
See Also