AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
log.hpp File Reference
#include <stdio.h>
#include <stdarg.h>
#include <sys/time.h>
#include "appd_iot_interface.h"

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...
 

Function Documentation

◆ appd_iot_log()

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.

Parameters
log_levelindicates log level listed in log_detail_t
formatPrintf Format String