Click or drag to resize

InternalLoggerInternalEventOccurred Event

Internal LogEvent written to the InternalLogger

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public static event InternalEventOccurredHandler InternalEventOccurred

Value

Type: NLog.CommonInternalEventOccurredHandler
Remarks
EventHandler will only be triggered for events, where severity matches the configured LogLevel. Never use/call NLog Logger-objects when handling these internal events, as it will lead to deadlock / stackoverflow.
See Also