Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-repository
/
org.meshtastic.core.repository
/
MeshLogRepository
/
getAllLogs
get
All
Logs
abstract
fun
getAllLogs
(
maxItem
:
Int
=
DEFAULT_MAX_LOGS
)
:
Flow
<
List
<
MeshLog
>
>
(
source
)
Retrieves all
MeshLog
s in the database, up to
maxItem
.