AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
|
Go to the source code of this file.
Functions | |
void | appd_iot_log (appd_iot_log_level_t log_level, const char *format,...) __attribute__((format(printf |
Reads log message, appends log header and triggers log write callback function. More... | |
void appd_iot_log | ( | appd_iot_log_level_t | log_level, |
const char * | format, | ||
... | |||
) |
Reads log message, appends log header and triggers log write callback function.
log_level | indicates log level listed in log_detail_t |
format | Printf Format String |