splog

0.1.9 • Public • Published

splog Build Status

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);
 

Readme

Keywords

none

Package Sidebar

Install

npm i splog

Weekly Downloads

13

Version

0.1.9

License

none

Last publish

Collaborators

  • mattbornski