egg-hhtcex-http-logger

http logger for hhtcex

Usage no npm install needed!

<script type="module">
  import eggHhtcexHttpLogger from 'https://cdn.skypack.dev/egg-hhtcex-http-logger';
</script>

README

egg-hhtcex-http-logger

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-hhtcex-http-logger --save

Usage

// {app_root}/config/plugin.js
exports.hhtcexHttpLogger = {
  enable: true,
  package: 'egg-hhtcex-http-logger',
};

Configuration

// {app_root}/config/config.default.js
exports.hhtcexHttpLogger = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT