TaskLog class
Constructors
- TaskLog()
Properties
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