The LogDebug method (String, Func<Object>) logs the contents of a specified DataModel instance.
Namespace – ABSuite.AccessLayer.Connector.Core
Assembly – Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll)
Syntax
void LogDebug( string prefix, Func<Object> action )
Arguments
prefix – System.String
This argument provides a prefix string to be displayed in the log file.
action – System.Func<Object>
This argument provides the DataModel object to be logged.