PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Record­BuildersLog­Record­BuilderWrite­Custom­String
Open sandboxFocus

Method WriteCustomString

WriteCustomString(ArraySegment<Char>)

Write a custom string passed as an ArraySegment<char>.

Declaration
public abstract void WriteCustomString(ArraySegment<char> str)
Parameters
Type Name Description
ArraySegment<Char> str

The string to be written.

WriteCustomString(in CharSpan)

Write a custom string passed as an CharSpan.

Declaration
public virtual void WriteCustomString(in CharSpan str)
Parameters
Type Name Description
CharSpan str

The string to be written.

Implements
ICustomLogRecordBuilder.WriteCustomString(in CharSpan)