ICustomLogRecordBuilder.WriteCustomParameter<T> Method |
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.10.0 (6.10.10.0)
void WriteCustomParameter<T>( int index, in CharSpan parameterName, T value, in CustomLogParameterOptions options )
Parameters
- index
- Type: System.Int32
Index of the parameter (zero-based). - parameterName
- Type: PostSharp.Patterns.Formatters.CharSpanInAttribute
Name of the parameter. - value
- Type: T
Value of the parameter. - options
- Type: PostSharp.Patterns.Diagnostics.Custom.CustomLogParameterOptionsInAttribute
Options.
Type Parameters
- T
- Type of the parameter value.