ILoggerLogDebug Method (FuncString)

The supplied message will be logged using a "Debug" level scope

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

void LogDebug(
	Func<string> action
)

Parameters

action
Type: SystemFuncString
The message to be written to the log file
See Also

Reference