README
wx-log
小程序客户端日志收集,打印。
- 收集客户端信息(systemInfo, storageInfo, network, userInfo)
- 收集小程序接口和功能的可用性 (Api, 组件, 配置)
- 收集控制台日志
- 收集网络请求日志 (时间,内容,状态)
- 收集程序异常日志 (App.onError)
- 收集用户路由日志
- 格式化并生成日志 (文本,canvas)
Getting Started
Install it via npm:
npm install wx-log
And include in your project:
import wxLog from 'wx-log';
Usage
License
MIT