Skip to content

IADLXLog

Navigation: ADLX SDK ReferencesADLX InterfacesMiscellaneous

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

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

Requirements

Headerinclude “ISystem.h”
Minimum version1.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.

Subpages

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

See Also: WriteLog, EnableLog, Log, Log