 | ILoggerBaseLog Method (Type, LogEventInfo) |
Writes the specified diagnostic message.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 0.0.0.0
Syntaxvoid Log(
Type wrapperType,
LogEventInfo logEvent
)
Sub Log (
wrapperType As Type,
logEvent As LogEventInfo
)
Parameters
- wrapperType
- Type: SystemType
The name of the type that wraps Logger. - logEvent
- Type: NLogLogEventInfo
Log event.
See Also