Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

splog

applovin180.1.9

A NodeJS library which provides a syslog-like remote logging interface

rsyslog, logging, remote, tcp

readme

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