TaskLog class

Constructors

TaskLog()

Properties

entries → List<TaskLogEntry>
no setter
hashCode → int
The hash code for this object.
no setterinherited
isEmpty → bool
no setter
length → int
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(TaskLogLevel level, String message, {Object? data}) → void
byLevel(TaskLogLevel level) → List<TaskLogEntry>
clear() → void
debug(String message, {Object? data}) → void
error(String message, {Object? data}) → void
format({bool includeDebug = false}) → String
info(String message, {Object? data}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
since(DateTime time) → List<TaskLogEntry>
toString() → String
A string representation of this object.
inherited
warn(String message, {Object? data}) → void

Operators

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