Compact Logger#

Callbacks for Compact Logger Component.

Callbacks#

void
emberAfPluginCompactLoggerUtcTimeSetCallback(uint32_t currentUtcTimeSeconds)

Return the current UTC time.

Callbacks Documentation#

emberAfPluginCompactLoggerUtcTimeSetCallback#

void emberAfPluginCompactLoggerUtcTimeSetCallback (uint32_t currentUtcTimeSeconds)

Return the current UTC time.

Parameters
N/AcurrentUtcTimeSeconds

The current UTC time in seconds. Ver.: always

This function is called when the UTC time has been set. It returns the current UTC time. This callback is fired after all applicable compact-logger events have had their UTC time updated.


Definition at line 207 of file app/framework/plugin/compact-logger/compact-logger.h