 | LogEventDroppedEventArgs Constructor |
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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