Click or drag to resize

LogEventDroppedEventArgs Constructor

Initializes a new instance of the LogEventDroppedEventArgs class.

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public LogEventDroppedEventArgs(
	LogEventInfo logEventInfo
)

Parameters

logEventInfo
Type: NLogLogEventInfo
LogEvent that have been dropped
See Also