Access Layer API—Logging Information

The Access Layer API log file records all actions that are executed when you connect to the AB Suite Client Framework application and perform other transactions. It also shows the details of messages being sent to and received from the host application. You can refer to this log file to resolve issues with the client applications. It can be a useful debug tool for Unisys support.

The log details from the Access Layer API log operations are logged in to the AccessLayer.Connector.log file. By default, this log file is created in the Temp folder at the following location:

C:\Temp\AccessLayer.Connector.log

AccessLayer.Connector.log

You can access the AccessLayer.Connector.log file each time you perform a task on the Access Layer API.

<TechnologyFolderName>_Config.rtxml Configuration File

You can configure the tags in the <TechnologyFolderName>_Config.rtxml file to capture the details of Client Framework Access Layer API operations. The <TechnologyFolderName>_Config.rtxml file is located in the Access Layer API Deploy folder.

You can configure the following tags in the <TechnologyFolderName>_Config.rtxml file to record the operations performed using the Client Framework Access Layer API:

<LogLevel>

You must modify the <LogLevel> tag to indicate the level of logging performed. Following are the different types of log levels:

<LogFolder>

You must modify the <LogFolder> tag to create the log file in a location other than the default location.

For example, if you want to save the log file in C:\LogFile, you must modify the <LogFolder> tag as follows:

<LogFolder> C:\LogFile</LogFolder>