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
action – System.Func<String>
This argument provides a delegate to a function that defines and optionally formats the message to be written to the log file.