The LogDebugList method logs the contents in a list of string.
Namespace – ABSuite.AccessLayer.Connector.Core
Assembly – Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll)
Syntax
void LogDebugList( string prefix Func<IEnumerable<string>> action )
Argument
prefix – System.String
This argument provides a prefix string to be displayed in the log file.
action – System.Func<Exception>
This argument provides the string items.