RecordingServices.OperationFormatter Property |
Gets or sets the OperationFormatter, which provides human-readable descriptions of operations.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.5.15.0 (6.5.15.0)

C#
public static OperationFormatter OperationFormatter { get; set; }
Property Value
Type: OperationFormatter
This property is the head of a chain of responsibility. If you set this property to a new value, you typically have to pass the previous value of this property to the constructor of your custom OperationFormatter.
