Open sandboxFocus

Property LogEventEnricher

LogEventEnricher

Gets or sets a delegate to a method that can add properties to or remove properties from the Serilog.Events.LogEvent immediately before it will be written to Serilog.

Declaration
public Action<SerilogLogRecordBuilder, LogEvent> LogEventEnricher { get; set; }
Property Value
Type Description
Action<SerilogLogRecordBuilder, LogEvent>