L class

Constructors

L()

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

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 Methods

d(Object object, {String? tag, bool? withSQLite, bool? withUp}) → void
蓝色,Debug来表达调试信息。
deleteLog([QueryLogParameter? _parameter]) Future<int>
e(Object object, {String? tag, bool? withSQLite, bool? withUp}) → void
Error 出现错误,是最需要关注解决的。
i(Object object, {String? tag, bool? withSQLite, bool? withUp}) → void
Info来表达一些信息。
init([MiniLoggerConfig? config]) → void
初始化日志
queryLogs([QueryLogParameter? _parameter]) Future<List<MiniLoggerModel>>
v(Object object, {String? tag, bool? withSQLite, bool? withUp}) → void
Verbose就是冗长啰嗦的。通常表达开发调试过程中的一些详细信息。
w(Object object, {String? tag, bool? withSQLite, bool? withUp}) → void
Warn表示警告,但不一定会马上出现错误,开发时有时用来表示特别注意的地方。