The LogError method (Func<Exception>) 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<Exception> action
)
Argument
action – System.Func<Exception>
This argument provides the exception to be written to the log file.