😄
parents
Showing
.gitignore
0 → 100644
aliyun-sls-appender.js
0 → 100644
index.js
0 → 100644
log4js.json
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "log4js-aliyun-sls", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "node test.js" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "aliyun-sdk": "^1.12.3", | ||
| "log4js": "^6.1.2" | ||
| } | ||
| } |
test.js
0 → 100644
Please register or sign in to comment