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 (4 loc) 125 B
function logWithPlugins(message) { console.log(`[PLUGIN LOG]: ${message}`); } module.exports = { logWithPlugins };