Log class
Reading and writing to the log (hive)
Constructors
- Log()
-
factory
Properties
Methods
-
clear(
) → dynamic -
debug(
String message, {String? caller}) → Future< void> -
error(
String message, {String? caller}) → Future< void> -
exception(
dynamic exception, {String? caller}) → Future< void> -
export(
{String format = "html", bool withHistory = false}) → dynamic -
info(
String message, {String? caller}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
query(
Map< String, String> parameters) → Future<List> -
toHtml(
List< Log> logs) → String -
toString(
) → String -
A string representation of this object.
inherited
-
warning(
String message, {String? caller}) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited