hnw / log4js-customized

A customized version of log4js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

log4js-customized

A customized version of log4js

Installation

To use log4js-customized in your project, run:

npm i @hnw/log4js-customized

or write a package.json file as follows, then run npm i.

{
  "name": "test_app",
  "dependencies": {
    "@hnw/log4js-customized": "*"
  }
}

Usage

See details: log4js-node/log4js-node

About

A customized version of log4js

License:MIT License


Languages

Language:JavaScript 100.0%