UNPKG

nsyslog

Version:

Modular new generation log agent. Reads, transform, aggregate, correlate and send logs from sources to destinations

12 lines (10 loc) 187 B
function fail() { throw new Error('Me cagüen la puta'); } try { fail(); }catch(err) { let json = JSON.stringify(err); let str = err.stack; console.log(json,str); }