Serilog.Sinks.MSSqlServer.Output.JsonLogEventFormatter
Custom JSON formatter to generate content for the LogEvent Standard Column.
public JsonLogEventFormatter(ColumnOptions columnOptions, IStandardColumnDataGenerator standardColumnsDataGenerator)
Constructor. A reference to the parent IStandardColumnsDataGenerator object is used so that JSON
can serialize Standard Column values exactly the way they would be written
to discrete SQL columns.
Format the log event into the output while respecting the LogEvent column settings.