Module 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§

LogRead
An interface for reading from log storage.
LogReadClient
Receive callbacks from LogRead.
LogWrite
An interface for writing to log storage.
LogWriteClient
Receive callbacks from LogWrite.