TextLogRecordBuilder.WriteProperty Method |
Appends the name and value of a property to the current StringBuilder.
Namespace: PostSharp.Patterns.Diagnostics.RecordBuilders
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.4.11.0 (6.4.11.0)

C#
protected virtual void WriteProperty( LoggingProperty property, Object value, int index )
Parameters
- property
- Type: PostSharp.Patterns.Diagnostics.LoggingProperty
The LoggingProperty. - value
- Type: System.Object
The evaluated property value. - index
- Type: System.Int32
The index of the property.
