Click or drag to resize

MessageQueueTargetWrite Method (LogEventInfo)

Writes the specified logging event to a queue specified in the Queue parameter.

Namespace:  NLog.Targets
Assembly:  NLog.MSMQ (in NLog.MSMQ.dll) Version: 5.3.1+40400fa5f822c8a012031d98e17482db9dd5fb65
Syntax
protected override void Write(
	LogEventInfo logEvent
)

Parameters

logEvent
Type: NLogLogEventInfo
The logging event.
See Also