ErrorRecordEnricher.Enrich method

Enriches the log event with error record and invocation info properties if the exception is a WrapperException.

public void Enrich(LogEvent logEvent, ILogEventPropertyFactory propertyFactory)
parameter description
logEvent The log event to enrich.
propertyFactory The property factory used to create log event properties.

See Also