UNPKG

nsyslog

Version:

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

8 lines (6 loc) 102 B
class Entry { constructor(entry) { Object.assign(this,entry); } } module.exports = Entry;