Click or drag to resize

NLogFactoryCreate Method

Creates a new ILogger instance of the given name.

Namespace:  NLog.Owin.Logging
Assembly:  NLog.Owin.Logging (in NLog.Owin.Logging.dll) Version: 4.0+fa964b487a009a302dffab9a322d07bcc66aee9c
Syntax
public ILogger Create(
	string name
)

Parameters

name
Type: SystemString
The logger context name.

Return Value

Type: ILogger
A logger instance.

Implements

ILoggerFactory.Create(String)
See Also