Updates the specified log record with additional information.
log_info is expected to have the information formatted as key/value pairs in a properties map. Delete the am_properties_t pointer only when finished with the SDK. See am_properties_t for more information.
#include "am_log.h"
AM_EXPORT am_status_t
am_log_record_set_loginfo_props(am_log_record_t record,
am_properties_t log_info);
This function takes the following parameters:
A log record pointer.
Pointer to the properties that contain the information to be set in the log record.
This function returns one of the values of the am_status_t enumeration (defined in the <am_types.h> header file).