 | LogEventDroppedEventArgs Constructor |
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic LogEventDroppedEventArgs(
LogEventInfo logEventInfo
)
Public Sub New (
logEventInfo As LogEventInfo
)
Dim logEventInfo As LogEventInfo
Dim instance As New LogEventDroppedEventArgs(logEventInfo)
new :
logEventInfo : LogEventInfo -> LogEventDroppedEventArgs
Parameters
- logEventInfo
- Type: NLogLogEventInfo
LogEvent that have been dropped
See Also