log4js-library

封装node中的log4js管理日志模块

Usage no npm install needed!

<script type="module">
  import log4jsLibrary from 'https://cdn.skypack.dev/log4js-library';
</script>

README

使用方式

  1. 在项目的根目录下下载包:
npm install --save log4js-library
  1. 在node模块中的 app.js 中引入:
const LogJS = require(log4js-library);

// log4.js 引入
app.use(LogJS());

了解更多,请看这篇文章