ILogger.LogDebugList Method

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