Logger class

Constructors

Logger()

Properties

hashCode int
The hash code for this object.
no setterinherited
level LogLevel
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

d(Object message) → void
debug(Object message) → void
e(Object message) → void
error(Object message) → void
i(Object message) → void
info(Object message) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
w(Object message) → void
warn(Object message) → void
write(Object message) → void
writeLevel(LogLevel level, Object message, {required Styles fg}) → void

Operators

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