Base class for formatting a LogMessage into a Span<T> of characters.
public abstract record LogFormatter : IEquatable<LogFormatter>
kind:method, kind:property, kind:ctor. Press Esc to clear.LogFormatter()Initializes a new instance of LogFormatter with default level and timestamp formats.LogFormatter(LogLevelFormat, String)Initializes a new instance of LogFormatter with explicit level and timestamp formats.DefaultLevelFormatThe default format used for log level rendering.DefaultTimestampFormatThe default format used for timestamp rendering.LevelFormatGets the level rendering style used by text formatters.TimestampFormatGets the timestamp format string used by text formatters.TryFormat(LogMessage, Span<Char>, out Int32, ref LogMessageFormatSegments)Formats a LogMessage into a Span<T> of characters.