Formats a log message as a single JSON object.
public sealed record JsonLogFormatter : LogFormatter, IEquatable<LogFormatter>, IEquatable<JsonLogFormatter>
kind:method, kind:property, kind:ctor. Press Esc to clear.JsonLogFormatter()Initializes a new instance of JsonLogFormatter with default options.JsonLogFormatter(Boolean, Boolean)Initializes a new instance of JsonLogFormatter.JsonLogFormatter(JsonLogFormatterOptions)Initializes a new instance of JsonLogFormatter.FieldNamingPolicyGets the field naming policy configured for Default mode.IncludeEventIdGets a value indicating whether event id fields are included.IncludeEventNameGets a value indicating whether event name is included.IncludeExceptionGets a value indicating whether exception text is included.IncludePropertiesGets a value indicating whether message properties are included.IncludeScopesGets a value indicating whether active scopes are included.IncludeThreadIdGets a value indicating whether thread id is included.InstanceGets a shared formatter instance that includes properties and scopes.SchemaProfileGets the schema profile used for emitted JSON.TryFormat(LogMessage, Span<Char>, out Int32, ref LogMessageFormatSegments)Formats a LogMessage into a Span<T> of characters.