Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Logging of Key Value Store data changes

kv_update_log API More...

Functions

void auto_kv_update_log_configure (uint8_t tdf_logger_mask)
 Automatically log Key Value Store data changes.

Detailed Description

kv_update_log API

Function Documentation

◆ auto_kv_update_log_configure()

void auto_kv_update_log_configure ( uint8_t tdf_logger_mask)

#include </__w/infuse-sdk/infuse-sdk/infuse-sdk/include/infuse/auto/kv_update_log.h>

Automatically log Key Value Store data changes.

Note
All calls to kv_store_write and kv_store_delete after this function call will result in logging. It is recommended to place this call after any functions that save default values to the KV store (e.g. task_runner_init).
Parameters
tdf_logger_maskTDF data logger mask to log events to