Logger class

Available Extensions

Constructors

Logger({Printable printer = const DefaultPrinter()})

Properties

buffer List<LogEntity>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
level LogLevel
getter/setter pair
printer Printable
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<LogEntity>
no setter

Methods

custom(Object object, {int? foreColor, int? backColor, String tag = 'custom'}) → void
d(Object? object, {String? tag}) → void
debug log
e(Object? object, {String? tag}) → void
i(Object? object, {String? tag}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
v(Object? object, {String? tag}) → void
verbose log
w(Object? object, {String? tag}) → void

Operators

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