LogRecordBuilder.SetThis<T> Method (T) |
Sets the this (instance) value and uses the default formatter. This method is only invoked if the IncludeThisValue property is true.
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 void SetThis<T>( T value )
Parameters
- value
- Type: T
The value of the this instance.
Type Parameters
- T
- Type of the class being logged.
