client-c  0.8.1
kaa_log_record_info_t Struct Reference

Log record info. More...

#include <kaa_logging.h>

Public Attributes

uint32_t log_id
 
uint16_t bucket_id
 

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

Definition at line 57 of file kaa_logging.h.

Member Data Documentation

uint16_t kaa_log_record_info_t::bucket_id

Id of a bucket where a log record contained

Definition at line 59 of file kaa_logging.h.

uint32_t kaa_log_record_info_t::log_id

Id of a log record processed by kaa_logging_add_record()

Definition at line 58 of file kaa_logging.h.


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