Click or drag to resize
LogProviderGetLogger Method (String)
Gets a logger with the specified name.

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

Parameters

name
Type: SystemString
The name.

Return Value

Type: ILog
An instance of ILog
See Also