1.1.5 • Published 10 years ago

logline-node v1.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

LogLine-Node

npm package

LogLine is an entirely web-based logging platform. This Node.js library interfaces with it to allow you to utilise LogLine in your Node.js applications.

Installation

The recommended way to install LogLine-Node is to use NPM:

npm i logline-node

Example usage

var logline = require("./index")("your-api-key");

logline.fatal("This is fatal");
logline.info("This is info");
logline.success("This is success");
logline.warning("This is warning")

Tests

There is a test script included for testing purposes, it may prove useful, or it may not.

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago