Interface ILogEventEnricher
Applied during logging to add additional information to log events.
public interface ILogEventEnricher
Methods
Enrich(LogEvent, ILogEventPropertyFactory)
Enrich the log event.
void Enrich(LogEvent logEvent, ILogEventPropertyFactory propertyFactory)
Parameters
logEventLogEventThe log event to enrich.
propertyFactoryILogEventPropertyFactoryFactory for creating new properties to add to the event.