Compact format with time, level and message.
12:34:56 INF Hello world
[LogFormatter("{Timestamp:HH:mm:ss} {Level} {Text}")]
public sealed record CompactLogFormatter : LogFormatter, IEquatable<LogFormatter>, IEquatable<CompactLogFormatter>
kind:method, kind:property, kind:ctor. Press Esc to clear.CompactLogFormatter()Initializes a new formatter instance with template defaults.InstanceGets a shared formatter instance.TryFormat(LogMessage, Span<Char>, out Int32, ref LogMessageFormatSegments)Formats a LogMessage into a Span<T> of characters.