LogDb class

Constructors

LogDb()

Properties

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

Methods

createLogDatabase(dynamic db) → void
getLogItems({int? limit}) List<GpLogItem>?
init(String folder) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(Level level, String message) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

CREATE_STATEMENT String
final
DB_NAME String
final
ID_NAME String
final
level_NAME String
final
message_NAME String
final
TABLE_NAME String
final
TimeStamp_NAME String
final

Static Methods

joinPaths(String path1, String path2) String