RecordingServices Class |
Provides global methods to work with the PostSharp.Patterns.Recording namespace.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static class RecordingServices
The RecordingServices type exposes the following members.
Name | Description | |
---|---|---|
DefaultRecorder |
Gets the global default Recorder.
| |
OperationFormatter |
Gets or sets the OperationFormatter, which provides human-readable descriptions of operations.
| |
RecorderProvider |
Gets or sets the RecorderProvider, which provides the default Recorder for recordable objects
that have the AutoRecord property set to true (which is the default value).
|