Logger class
Loggerx
Properties
Methods
-
debug(
Object message) → void -
Log debug
message -
error(
Object message, [Object? error, StackTrace? stackTrace]) → void -
Log error
messagewith ability to attacherrorandstackTraceobjects -
info(
Object message) → void -
Log info
message -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
verbose(
Object message) → void -
Log verbose
message -
warning(
Object message) → void -
Log warning
message
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited