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
logEvent
LogEventThe log event to enrich.
propertyFactory
ILogEventPropertyFactoryFactory for creating new properties to add to the event.