AppendLiteral(ReadOnlySpan) Method

Definition

Assembly XenoAtom.Logging.dll

Appends a literal span of chars to the interpolated log message.

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public readonly void AppendLiteral(ReadOnlySpan<byte> s)

Parameters