| LogProviderGetLogger Method (String) |
Gets a logger with the specified name.
Namespace: Hangfire.LoggingAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static ILog GetLogger(
string name
)
Public Shared Function GetLogger (
name As String
) As ILog
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
ILogAn instance of
ILogSee Also