ILogger.LogError Method (Func<Exception>)

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