Allows to associate LogMessageFormatSegmentKind to a range of characters in a formatted log message.
public ref struct LogMessageFormatSegments : IDisposable
kind:method, kind:property, kind:ctor. Press Esc to clear.LogMessageFormatSegments(Boolean)Creates a new instance of LogMessageFormatSegments.CountGets the number of segments.IsEnabledGets a value indicating whether this instance is enabled.Add(Int32, Int32, LogMessageFormatSegmentKind)Adds a segment of a specified kind for a range of characters.AsSpan()Gets the span of segments currently stored in this instance.Dispose()Disposes this instance.Reset()Resets the state of the segments.