LogRecordBuilder.WriteCustomParameter<T> Method (Int32, ArraySegment<Char>, T) |
Namespace: PostSharp.Patterns.Diagnostics.RecordBuilders
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.5.19.0 (6.5.19.0)
public void WriteCustomParameter<T>( int index, ArraySegment<char> parameterName, T value )
Parameters
- index
- Type: System.Int32
Index of the custom parameter in the formatting string. - parameterName
- Type: System.ArraySegment<Char>
Name of the custom parameter. - value
- Type: T
Value of the custom parameter.
Type Parameters
- T
- Type of the custom parameter.