LogRecordBuilder.WriteCustomString Method (ArraySegment<Char>) |
Write a custom string passed as an ArraySegment<char>.
Namespace: PostSharp.Patterns.Diagnostics.RecordBuilders
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.6.14.0 (6.6.14.0)

C#
public abstract void WriteCustomString( ArraySegment<char> str )
Parameters
- str
- Type: System.ArraySegment<Char>
The string to be written.

A custom string never contains formatting parameters. It is the responsibility of of the caller to parse a formatting
string and invoke WriteCustomString(ArraySegment<Char>) and WriteCustomParameter<T>(Int32, ArraySegment<Char>, T)
in alternation.
