Click or drag to resize

LogManagerGetLogger Method

Gets the specified named logger.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public static Logger GetLogger(
	string name
)

Parameters

name
Type: SystemString
Name of the logger.

Return Value

Type: Logger
The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
See Also