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.
- LogRead
Client - Receive callbacks from
LogRead
. - LogWrite
- An interface for writing to log storage.
- LogWrite
Client - Receive callbacks from
LogWrite
.