UNPKG

@renvyteam/baileys

Version:

WhatsApp API For Interact In WhatsApp

8 lines (7 loc) 276 B
function logEvent(config, eventType, data = {}) { if (!config?.debug) return; const timestamp = new Date().toISOString() const line = `[${timestamp}] [${eventType.toUpperCase()}] ${JSON.stringify(data, null, 2)}` console.log(line) } module.exports = logEvent;