Interface ILogEventEnricher
Applied during logging to add additional information to log events.
public interface ILogEventEnricherMethods
Enrich(LogEvent, ILogEventPropertyFactory)
Enrich the log event.
void Enrich(LogEvent logEvent, ILogEventPropertyFactory propertyFactory)Parameters
- logEventLogEvent
- The log event to enrich. 
- propertyFactoryILogEventPropertyFactory
- Factory for creating new properties to add to the event.