Logger class abstract
Properties
Methods
-
debug(
String message, {List? args}) → void -
error(
String message, {List? args, Object? error}) → void -
info(
String message, {List? args}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
trace(
String message, {List? args, Object? error, StackTrace? stackTrace}) → void -
warn(
String message, {List? args}) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited