[−][src]Module kernel::hil::log
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 |
LogWrite | An interface for writing to log storage. |
LogWriteClient | Receive callbacks from |