Log class
Utility logging messages to console.
Constructors
- Log()
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
debug(
String message, [String? tag]) → void -
Prints the debug
message
withtag
to the me.Log. -
error(
String message, [String? tag]) → void -
Prints the error
message
withtag
to the me.Log. -
fatal(
String message, [String? tag]) → void -
Prints the fatal
message
withtag
to the me.Log. -
info(
String message, [String? tag]) → void -
Prints the information
message
withtag
to the me.Log. -
trace(
String message, [String? tag]) → void -
Prints the trace
message
withtag
to the me.Log. -
warning(
String message, [String? tag]) → void -
Prints the warning
message
withtag
to the me.Log.