Log class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debug(String message, {String? file, String? line, String? column}) → void
Prints a debug message to the log.
endGroup() → void
error(String message, {String? file, String? line, String? column}) → void
Creates an error message and prints the message to the log.
group<T>(String name, Future<T> function()) Future<T>
All logs written while executing the function will be grouped together.
info(String message) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startGroup(String name) → void
All logs written after you call this function will be grouped together, until you call endGroup.
toString() String
A string representation of this object.
inherited
warning(String message, {String? file, String? line, String? column}) → void
Creates a warning message and prints the message to the log.

Operators

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