UNPKG

log-mate

Version:

log-mate makes logging effortless & powerful—log to console, files, databases, or cloud with structured logs, encryption, real-time streaming, and auto-rotation. It’s plug & play, supports multi-transport logging, and boosts performance with async, lazy l

8 lines (5 loc) 161 B
const logMessage = require("../utils/logMessage"); function info(message, ...args) { logMessage("INFO", message, ...args); } module.exports = info;