GetRecorder(object)
Gets the default Recorder for a given object. This method goes through the whole chain of responsibility.
Declaration
public Recorder GetRecorder(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object for which the default Recorder is required, or |
Returns
Type | Description |
---|---|
Recorder | The Recorder for |