Standard single-line text format.
2026-02-09 12:34:56.1234567 INF MyApp.Service [42:Connect] Hello world | System.Exception: ...
[LogFormatter("{Timestamp:yyyy-MM-dd HH:mm:ss.fffffff} {Level} {LoggerName}{? [{EventId}]?} {Text}{? | {Exception}?}")]
public sealed record StandardLogFormatter : LogFormatter, IEquatable<LogFormatter>, IEquatable<StandardLogFormatter>
kind:method, kind:property, kind:ctor. Press Esc to clear.StandardLogFormatter()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.