Click or drag to resize

ILogSupportToLogVersion Method

Returns a sanitized version of the object appropriate for logging to the API log.

Namespace:  NetQuarry.Web.API
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
Object ToLogVersion(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: Object
A clone of the current object suitable for logging to the API log.
See Also