Logger class abstract
- Implementers
Constructors
- Logger()
Properties
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