MNetLoggerAndroid

class MNetLoggerAndroid(deviceInfo: String, minLogLevel: Int = Log.VERBOSE, logHistoryLines: Int = 300, logFile: File? = null) : MNetLogger

Constructors

Link copied to clipboard
constructor(deviceInfo: String, minLogLevel: Int = Log.VERBOSE, logHistoryLines: Int = 300, logFile: File? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val recentLogs: Flow<List<LogLine>>

Functions

Link copied to clipboard

Export logs with time/date stamp, device info, etc.

Link copied to clipboard
open operator override fun invoke(priority: Int, message: () -> String, exception: Exception?)
open operator override fun invoke(priority: Int, message: String, exception: Exception?)