Log class

Reading and writing to the log (hive)

Constructors

Log()
factory

Properties

data Data
no setter
hashCode int
The hash code for this object.
no setterinherited
logs List?
getter/setter pair
queue List<Log>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
getter/setter pair

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

Constants

wildcard → const String