@ruleenginejs/debug
Installation
npm install @ruleenginejs/debug
Usage
const debug = require("@ruleenginejs/debug")("ruleengine");
const pipeline = new Pipeline();
const logger = debug(pipeline);
await pipeline.execute();
logger.destroy();
Run example
DEBUG=ruleengine node example/base.js
License
Licensed under the MIT License.