LogItem class

Represents a log item.

Implemented types

Constructors

LogItem()
Creates a new instance of the LogItem class.
LogItem.fromHandle(Pointer<id3BiosealLogItem> handle)
Creates a new instance of the LogItem class.

Properties

errorCode BiosealError
The log item error code if any.
no setter
handle Pointer<id3BiosealLogItem>
Gets the native handle. return The native handle.
no setter
hashCode int
The hash code for this object.
no setterinherited
itemType LogItemType
The log type.
no setter
message String
The log message.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
The timestamp of the message.
no setter

Methods

dispose() → void
Releases all resources used by this LogItem.
getErrorCode() BiosealError
Gets the the log item error code if any.
getItemType() LogItemType
Gets the the log type.
getMessage() String
Gets the the log message.
getTimestamp() int
Gets the the timestamp of the message.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited