AngleConsole class
Constructors
- AngleConsole()
- 
          Creates a instance of FLILogger. In case isVerbose istrue, it logs all the verbose logs to console
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- rawLogger → dynamic
- 
  Gives access to internal logger
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  error(Object? message) → void 
- Logs error messages
- 
  info(Object? message) → void 
- Prints to console if isVerbose is true
- 
  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 
- Prints to console if isVerbose is true
- 
  warning(Object? message) → void 
- Prints to console
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited