Detailed format including thread id and sequence id.
2026-02-09 12:34:56.1234567 INF [14] #000042 MyApp.Service [42:Connect] Hello world | System.Exception: ...
[LogFormatter("{Timestamp:yyyy-MM-dd HH:mm:ss.fffffff} {Level} [{Thread}] #{SequenceId:D6} {LoggerName}{? [{EventId}]?} {Text}{? | {Exception}?}")]
public sealed record DetailedLogFormatter : LogFormatter, IEquatable<LogFormatter>, IEquatable<DetailedLogFormatter>
kind:method, kind:property, kind:ctor. Press Esc to clear.DetailedLogFormatter()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.