LogImpl class
Utility logging messages to console.
Constructors
- LogImpl()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
logs
→ RxObsList<
LogEntry> -
List of Strings representing the logs kept in the variable.
final
- maxLogs ↔ int
-
Amount of logs to keep in the variable.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
debug(
String message, [String? tag]) → void -
Prints the debug
messagewithtagto the me.Log. -
error(
String message, [String? tag]) → void -
Prints the error
messagewithtagto the me.Log. -
fatal(
String message, [String? tag]) → void -
Prints the fatal
messagewithtagto the me.Log. -
info(
String message, [String? tag]) → void -
Prints the information
messagewithtagto the me.Log. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
report(
Exception exception, {StackTrace? trace}) → Future< void> -
Reports the
exceptionto Sentry, if enabled. -
toString(
) → String -
A string representation of this object.
inherited
-
trace(
String message, [String? tag]) → void -
Prints the trace
messagewithtagto the me.Log. -
warning(
String message, [String? tag]) → void -
Prints the warning
messagewithtagto the me.Log.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited