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) 164 B
const logMessage = require("../utils/logMessage"); function trace(message, ...args) { logMessage("TRACE", message, ...args); } module.exports = trace;