Click or drag to resize
LogProviderGetLogger Method (Type)
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 GetLogger(
	Type type
)

Parameters

type
Type: SystemType
The type whose name will be used for the logger.

Return Value

Type: ILog
An instance of ILog
See Also