UNPKG

advanced-console-log

Version:

Advanced Console Log (ACL), available as the `advanced-console-log` NPM package, is a lightweight logging module for Node.js applications. It supports console and file logging with various levels, colors, and additional features such as memory usage track

6 lines (3 loc) 75 B
// index.js const ACL = require("./src/core/ACL"); module.exports = ACL;