Click or drag to resize

ILoggerBaseLog Method (LogEventInfo)

Writes the specified diagnostic message.

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

Parameters

logEvent
Type: NLogLogEventInfo
Log event.
See Also