Types

Link copied to clipboard
class Level
A helper class that contains predefined static level values:

Properties

Link copied to clipboard
val _COUNT: String = "_count"
Link copied to clipboard
val _ID: String = "_id"
Link copied to clipboard
The directory twig for session log entries.
Link copied to clipboard
val CONTENT_ITEM_TYPE: String = "vnd.android.cursor.item/no.nordicsemi.android.log.entry"
The MIME type of CONTENT_URI subdirectory of a single log entry.
Link copied to clipboard
val CONTENT_TYPE: String = "vnd.android.cursor.dir/no.nordicsemi.android.log.enties"
The MIME type of CONTENT_URI providing a directory of log entries.
Link copied to clipboard
val DATA: String = "data"
The log entry data.
Link copied to clipboard
val LEVEL: String = "level"
Log entry level.
Link copied to clipboard
val SESSION_ID: String = "session_id"
The session id.
Link copied to clipboard
val TIME: String = "time"
The time the log entry was saved.

Functions

Link copied to clipboard
open fun createUri(sessionId: Long): Uri
open fun createUri(key: String, number: Int): Uri
Returns the Uri to log entries from session with given id.