LogPoolManager class

log管理

Properties

hashCode → int
The hash code for this object.
no setterinherited
isError ↔ ResError
getter/setter pair
keys ↔ List<String>
getter/setter pair
logMap ↔ LinkedHashMap<String, NetOptions>
请求日志存储
getter/setter pair
maxCount ↔ int
存储请求最大数
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
日志清除
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onError(ErrOptions err) → void
onRequest(ReqOptions options) → void
onResponse(ResOptions response) → void
toString() → String
A string representation of this object.
inherited

Operators

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

Static Methods

getInstance() → LogPoolManager