Click or drag to resize

ILoggerBaseLog Method (Type, LogEventInfo)

Writes the specified diagnostic message.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 5.2.0+eed5f76d158dbcaef9326f7a0e1c281adad171e8
Syntax
void Log(
	Type wrapperType,
	LogEventInfo logEvent
)

Parameters

wrapperType
Type: SystemType
Type of custom Logger wrapper.
logEvent
Type: NLogLogEventInfo
Log event.
See Also