IAPILog.ForContext Method (String, Object, Boolean)

Relativity API
Adds the value object with the propertyName to the log information. DestructureObjects false will T

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

IAPILog ForContext(
	string propertyName,
	Object value,
	bool destructureObjects
)

Parameters

propertyName
Type: System.String
The property name to display in the log.
value
Type: System.Object
The object to deserialize and add to the log.
destructureObjects
Type: System.Boolean
true attempts to destructure the object, false will not.

Return Value

Type: IAPILog
See Also

Reference