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