 | ILoggerBaseLog Method (LogEventInfo) |
Writes the specified diagnostic message.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxvoid Log(
LogEventInfo logEvent
)
Sub Log (
logEvent As LogEventInfo
)
Parameters
- logEvent
- Type: NLogLogEventInfo
Log event.
See Also