Logger class final
Core class.
Properties
Methods
-
blank(
) → void - Public method or function.
-
error(
String message) → void - Public method or function.
-
header(
String title) → void - Public method or function.
-
info(
String message) → void - Public method or function.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
success(
String message) → void - Public method or function.
-
toString(
) → String -
A string representation of this object.
inherited
-
warning(
String message) → void - Public method or function.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited