TextLogRecordBuilder.WriteCustomParameter<T> Method (Int32, CharSpan, T, CustomLogParameterOptions, IFormatter<T>) |
Namespace: PostSharp.Patterns.Diagnostics.RecordBuilders
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public override void WriteCustomParameter<T>( int index, in CharSpan parameterName, T value, in CustomLogParameterOptions options, IFormatter<T> formatter )
Parameters
- index
- Type: System.Int32
- parameterName
- Type: PostSharp.Patterns.Formatters.CharSpanInAttribute
- value
- Type: T
- options
- Type: PostSharp.Patterns.Diagnostics.Custom.CustomLogParameterOptionsInAttribute
- formatter
- Type: PostSharp.Patterns.Formatters.IFormatter<T>
Type Parameters
- T