1.0.6 • Published 5 months ago

@quec/rn-log-module v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

QuecRNLogModule

日志组件,缓存日志、上传日志等功能

类型版本适用平台负责人
module1.0.6allmirror.wang@quectel.com

1.0.6 Changelog:
none

方法

v

Send a VERBOSE log message.

起始版本适用平台
1.0.0all
序号参数名参数类型描述
1tagstringString Used to identify the source of a log message
2msgstringString The message you would like logged

d

Send a DEBUG log message.

起始版本适用平台
1.0.0all
序号参数名参数类型描述
1tagstringString Used to identify the source of a log message
2msgstringString The message you would like logged

i

Send an INFO log message.

起始版本适用平台
1.0.0all
序号参数名参数类型描述
1tagstringString Used to identify the source of a log message
2msgstringString The message you would like logged

w

Send a WARN log message.

起始版本适用平台
1.0.0all
序号参数名参数类型描述
1tagstringString Used to identify the source of a log message
2msgstringString The message you would like logged

e

Send an ERROR log message.

起始版本适用平台
1.0.0all
序号参数名参数类型描述
1tagstringString Used to identify the source of a log message
2msgstringString The message you would like logged

upload

上传日志

起始版本适用平台
1.0.0all
序号参数名参数类型描述
1timeintegerinteger 单位ms 延迟时间 默认为0,表示立即上传
2showDialogbooleanboolean true-显示日志上传加载框 false-表示静默上传

事件

1.0.6

5 months ago

1.0.5

6 months ago