Provides a pooled UTF-16 character buffer for incremental text construction.
public ref struct LogStringBuffer
kind:method, kind:property, kind:ctor. Press Esc to clear.LogStringBuffer()Initializes a new buffer with a default minimum capacity.LogStringBuffer(Int32)Initializes a new buffer with at least minimumSize bytes.Append(ReadOnlySpan<Char>)Appends text to the buffer.Dispose()Returns any rented buffers to the shared pool.UnsafeAsSpan()Returns a span over the currently written characters.