LogLine class

Transport object to native value

Constructors

LogLine(String level, String tag, String message, {String? exceptionDump, String? preFix, String? postFix})
Creates instance of LogLine with optional fields.

Properties

exceptionDump String?
Exception dump if attached to log line.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
level String
Log level
getter/setter pair
message String
Log message
getter/setter pair
postFix String?
Log line postfix.
getter/setter pair
preFix String?
Log line prefix.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
Log tag
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() ByteData
Serializes the LogLine to Byte array
toMsg() → dynamic
to use with method call
toString() String
A string representation of this object.
inherited

Operators

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