Kaa client C SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
kaa_log_record_info_t Struct Reference

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

Detailed Description

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.

See Also
kaa_log_event_fn
kaa_log_listeners_t
kaa_logging_set_listeners

Field Documentation

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()


The documentation for this struct was generated from the following file: