1.2.1 • Published 5 years ago

frontend-log2 v1.2.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

welcome!

Hi! 欢迎使用 前端日志发射装置~


前端:

npm i frontend-log2 -save
import FontendLogger from 'frontend-log2';

var logger = new FontendLogger({
    token: 'ch_test', // token 最好为项目名
    settings: {
        reportPath: '127.0.0.1/flogs/catch',   // 该路径为后端服务路径,后端启动在下说明
    }}
);
// 开启控制台错误自动发送
logger.start()
// 手动log发射器
logger.rocketch(error)  //error:any

后端:

  • 1.下载代码
git clone http://git.qingniu.co/tianting/frontend-log.git   
  • 2.进入目录
cd  frontend-log   
  • 3.启动
npm run service   // 建议使用pm2或者forever
1.2.1

5 years ago

1.2.0

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago