Log class

Constructors

Log({LEVELS level = LEVELS.TRACE, bool colorize = false, bool metadata = false, bool usePrint = true})

Properties

colorize bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
level LEVELS
getter/setter pair
metadata bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<LogEntry>
no setter
usePrint bool
getter/setter pair

Methods

debug(Object? m) → void
error(Object? m) → void
fatal(Object? m) → void
getLevelValue(String lvl) LEVELS
info(Object? m) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
timeStamp() String
toString() String
A string representation of this object.
inherited
trace(Object? m) → void
warn(Object? m) → void

Operators

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

Static Properties

instance Log
no setter