Log class
Utility logging messages to console.
Constructors
- Log.new()
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 Properties
Static 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.
- 
  report(Exception exception, {StackTrace? trace}) → Future< void> 
- 
  Reports the exceptionto Sentry, if enabled.
- 
  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.