Kaa client C SDK
|
Log record info. More...
#include <kaa_logging.h>
Data Fields | |
uint32_t | log_id |
Id of a log record processed by kaa_logging_add_record() More... | |
uint16_t | bucket_id |
Id of a bucket where a log record contained. More... | |
Log record info.
Each log is contained in the bucket. Bucket is used to agreggate multiple logs into one entity that will be atomically sent to the server. Bucket can either be entirely successfully sent or be entirely failed. Corresponding events are generated. User may subscribe to them.
uint16_t kaa_log_record_info_t::bucket_id |
Id of a bucket where a log record contained.
uint32_t kaa_log_record_info_t::log_id |
Id of a log record processed by kaa_logging_add_record()