TextLogRecordBuilder.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: 2023.0.3.0 (2023.0.3.0)
C#
public override 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.