ILogger.LogDebug Method (String, Func<Object>)

The LogDebug method (String, Func&ltObject&gt) 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