UNPKG

andb-logger

Version:

A lightweight Node.js logging utility with color support, customizable icon themes, time formatting, and file logging capabilities

6 lines (5 loc) 113 B
const { getInstance, getLogger } = require('./service/logger'); module.exports = { getInstance, getLogger };