ILoggerLogInfo Method

The supplied message will be logged using an "Information" 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 LogInfo(
	Func<string> action
)

Parameters

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

Reference