IADLXLog

The IADLXLog interface is implemented in the application to receive the log traces from the internal code execution of ADLX.

InterfaceId:

N/A

Smart Pointer Interface Name:

N/A

Inherits:

N/A

Inherited By:

N/A

If the application wants the ADLX log traces to be integrated in the application’s own log system, an instance of the implemented IADLXLog interface must be passed to EnableLog along with APPLICATION in the ADLX_LOG_DESTINATION parameter.

The log instance must exist until ADLX is terminated.

Methods

Method

Description

WriteLog

The WriteLog method is called by ADLX when a new ADLX log message is available.

Requirements

Header

include “ISystem.h”

Minimum version

1.0

Example

To see how to use this interface in a C++ application, refer to the Log C++ sample .

For a C application, refer to the Log C sample .