Click or drag to resize

LogReceiverWebServiceTargetWrite Method (AsyncLogEventInfo)

Writes async log event to the log target.

Namespace:  NLog.Targets
Assembly:  NLog.Wcf (in NLog.Wcf.dll) Version: 6.0.2+1fe4e7c0107b475330933905458bc9d6eb3eca8e
Syntax
protected override void Write(
	AsyncLogEventInfo logEvent
)

Parameters

logEvent
Type: NLog.CommonAsyncLogEventInfo
Async Log event to be written out.
See Also