Log class

Constructors

Log(DateTime time, String level, String tag, String msg, String trace)

Properties

displayTime String
no setter
hashCode int
The hash code for this object.
no setterinherited
level String
final
msg String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
final
time DateTime
final
trace String
final

Methods

levelHigherThan(String level) bool
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