BricksLogger class

Logger class which used in different debug bricks packages.

This class just redirect calls to CallProxy instance. There aren't any print to console.

Constructors

BricksLogger()
factory

Properties

callProxy CallProxy
Logger proxy.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debug(Object object) → void
Call on debug messages
error(Object object) → void
Call on error messages
info(Object object) → void
Call on info messages
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
warning(Object object) → void
Call on warning messages

Operators

operator ==(Object other) bool
The equality operator.
inherited