splog
v0.1.9
Published
A NodeJS library which provides a syslog-like remote logging interface
Downloads
11
Readme
splog
A NodeJS library which provides a syslog-like remote logging interface.
Installation
Installing npm (node package manager)
curl http://npmjs.org/install.sh | sh
Installing splog
npm install splog
Example Usage
var splog = require('splog')
splog.configure({
'host': '10.0.0.logserver',
'tag': 'splog_readme',
});
splog.info('Foo Bar);