Logger class
Constructors
Properties
Methods
-
chunk(
dynamic args) → void -
error(
dynamic args) → void -
log(
dynamic args) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setLogFunction(
void fn(LogLevel logLevel, dynamic args)) → void -
toString(
) → String -
A string representation of this object.
inherited
-
warn(
dynamic args) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited