| LogProviderGetLogger Method (Type) |
Gets a logger for the specified type.
Namespace: Hangfire.LoggingAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static ILog GetLogger(
Type type
)
Public Shared Function GetLogger (
type As Type
) As ILog
Parameters
- type
- Type: SystemType
The type whose name will be used for the logger.
Return Value
Type:
ILogAn instance of
ILogSee Also