Entry

open class Entry

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var imghash: Array<Byte>
The first 4 bytes of the build ID (image hash) which was running when this log entry was written by the device.
Link copied to clipboard
open var index: Long
Log entry index.
Link copied to clipboard
open var level: Int
Log entry level.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var module: Int
Module which logged the entry.
Link copied to clipboard
open var msg: Array<Byte>
Log entry message.
Link copied to clipboard
open var ts: Long
Log entry time stamp.
Link copied to clipboard
open var type: String
Log message type.

Functions

Link copied to clipboard
@Nullable
open fun getMessageString(): @Nullable String
Get a string representation of the msg based on the message type.