Click or drag to resize

InternalLoggerInternalEventOccurred Event

Internal LogEvent written to the InternalLogger

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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