ILogger class abstract

Constructors

ILogger()

Properties

dioLogger Interceptor
no setter
hashCode int
The hash code for this object.
no setterinherited
logDir String
日志所在路径
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

d(Object content) → void
dispose() → void
e(Object content) → void
i(Object content) → void
init({bool withFileLogger = true}) Future<void>
初始化日志
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openPanel() → void
打开日志面板
toString() String
A string representation of this object.
inherited
v(Object content) → void
w(Object content) → void

Operators

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