Telematics SDK - User Guide  v1.43.0
Public Logging API

Public Logging API

This Section demonstrates how to use the Public Logging API for SDK Applications.

1. Including the Header file

#include <telux/common/Log.hpp>

2. Calling the Logging API

LOG(DEBUG, "startCallResponse: errorCode: ", static_cast<int>(errorCode));