MeshLogPrefs

interface MeshLogPrefs(source)

Reactive interface for mesh log preferences.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val loggingEnabled: StateFlow<Boolean>
Link copied to clipboard
abstract val retentionDays: StateFlow<Int>

Functions

Link copied to clipboard
abstract fun setLoggingEnabled(enabled: Boolean)
Link copied to clipboard
abstract fun setRetentionDays(days: Int)