LogDataUtls class

数据源方法

Constructors

LogDataUtls()

Properties

getDebugLog Map<String, String>
debug单日志
no setter
getDebugLogAll List<Map<String, String>>
debug全部日志
no setter
getPrintLog String
print 获取单日志
no setter
getPrintLogAll List<String>
print 获取全部日志
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addDebugLog(String debugLog, String debugStack) → void
debug 添加一条日志
addPringLog(String data) → void
添加一条print日志
clearDebug() → void
debug 清空日志
clearPrint() → void
清空print日志数据
clearSearch() → void
清空所有搜索关键字
dyFlush(LogType type) → void
动态更新流
flushDebug() → void
debug 刷新流数据
flushPrint() → void
刷新print流数据
getSearchKey(LogType type) String?
获取搜索关键
init() → void
初始化实例
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSearch({required String sKey, required LogType type}) → void
设置搜索内容
subDebug() Stream<List<Map<String, String>>>
debug 日志订阅
subPrint() Stream<List<String>>
订阅print日志
toString() String
A string representation of this object.
inherited
unSubDebug() → void
debug 取消订阅
unSubPrint() → void
取消print订阅

Operators

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