LogDb class
Constructors
- LogDb()
Properties
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