CatcherLogger class
Class used to provide logger for Catcher.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fine(
String message) → void - Log fine message.
-
info(
String message) → void - Log info message.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setup(
) → void - Setup logger configuration.
-
severe(
String message) → void - Log severe mesasge.
-
toString(
) → String -
A string representation of this object.
inherited
-
warning(
String message) → void - Log warning message.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited