Module kernel::hil::log

source ·
Expand description

Interface for a persistent log that stores distinct log entries.

Log entries are appended to the end of a log and read back sequentially. Log data persists across device reboots.

Traits§