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

6 lines (3 loc) 154 B
const logMessage = require("../utils/logMessage"); const warn = (message, ...args) => logMessage("WARN", message, ...args); module.exports = warn;