NLog Logging Library

Logger.Log Method (LogEventInfo)

[This is preliminary documentation and subject to change.]

Writes the specified diagnostic message.

[Visual Basic]
Overloads Public Sub Log( _
   ByVal logEvent As LogEventInfo _
)
[C#]
public void Log(
   LogEventInfo logEvent
);

Parameters

logEvent
log event

See Also

Logger Class | NLog Namespace | Logger.Log Overload List