AsSpan() Method

Definition

Assembly XenoAtom.Logging.dll

Gets the span of segments currently stored in this instance.

public readonly ReadOnlySpan<LogMessageFormatSegment> AsSpan()

Returns

Remarks

Do not cache the returned span across calls that mutate this instance.