Logger class abstract

Implementers

Constructors

Logger()

Properties

hashCode int
The hash code for this object.
no setterinherited
logs List<LogEntry>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() Future<void>
error(String message, {bool save = true, String? title}) → void
loadLogs() Future<void>
log(String message, {bool save = true, String? title}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeLog(LogEntry log) Future<void>
removeLogByIndex(int index) Future<void>
saveLogs() Future<void>
toString() String
A string representation of this object.
inherited
warning(String message, {bool save = true, String? title}) → void

Operators

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