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
)
Function ToLogVersion (
cxt As IAppContext
) As Object
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
ObjectA clone of the current object suitable for logging to the API log.
See Also