Log class

Properties

formatter BaseLogFormatter
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
minLevel int
getter/setter pair
onLog ↔ (void Function(int level, String tag, String msg)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writer BaseLogWriter
getter/setter pair

Methods

log(int level, String tag, String msg, [List<String> directContext = const []]) → void
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

Static Properties

instance Log
final

Static Methods

d(String tag, String msg) → void
e(String tag, String msg) → void
i(String tag, String msg) → void
t(String tag, String msg) → void
w(String tag, String msg) → void

Constants

kLevelDebug → const int
kLevelError → const int
kLevelInfo → const int
kLevelTrace → const int
kLevelWarn → const int