The LogError method (Func<String>) logs the supplied message by using an Error level scope.
Namespace – ABSuite.AccessLayer.Connector.Core
Assembly – Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll)
Syntax
void LogError(
Func<string> action
)
Argument
action – System.Func<String>
This argument provides a delegate to a function to write the message to the log file.