Formats a LogMessage into a Span<T> of characters.
public abstract bool TryFormat(LogMessage logMessage, Span<char> destination, scoped out int charsWritten, ref LogMessageFormatSegments segments)
The log message to format.
The destination characters span.
The number of characters written.
The segments computed during the formatting. (optional)
true if the format was successful; otherwise false if the characters span doesn't have enough space.