ILoggerLogDebug Method (String, FuncObject)

This method is used to log 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) Version: 1.0.0.0 (1.0.0.0)
Syntax

void LogDebug(
	string prefix,
	Func<Object> action
)

Parameters

prefix
Type: SystemString
A prefix string to show in the log file.
action
Type: SystemFuncObject
The DataModel object to be logged.
See Also

Reference