UNPKG

nsyslog

Version:

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

9 lines (8 loc) 203 B
module.exports = function(path) { try { return require(path); }catch(err) { console.error(`Error loading module at ${path}: ${err.message}`); return null; } }