ILogger.LogDebug Method (Func<String>)

The LogDebug method (Func<String>) logs the supplied message by using a Debug level scope.

Namespace – ABSuite.AccessLayer.Connector.Core

Assembly – Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll)

Syntax

void LogDebug(
		Func<string> action
)

Argument