WLogDB class

存储内容全局上下文

Properties

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

Methods

findLog([DateTime? startTime, DateTime? endTime, List<WLogLevel>? levelList]) Future<List<WLogModel>>
寻找一条日志
insertLog(String s, DateTime t, Frame f, WLogLevel l) → void
插入一条日志
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance WLogDB
单例
no setter