TLogger

TLogger

日志上报模块

Constructor

new TLogger()

Methods

(static) _startOfflineLogLooper()

开启离线日志检测任务

(static) _reportOfflineLog()

上报离线日志

mergeInfoLog(module, action, mergeSize, isAdd)

合并上报日志白名单

Parameters:
Name Type Default Description
module

日志模块

action

日志方法名

mergeSize 10

合并的条数

isAdd true

添加(true)/取消(false)合并日志上报逻辑

mergeInfoLog(module, action, mergeSize, isAdd)

合并上报日志白名单

Parameters:
Name Type Description
module

日志模块

action

日志方法名

mergeSize

合并的条数

isAdd

添加(true)/取消(false)合并日志上报逻辑