1.1.4 • Published 17 days ago

justlogit v1.1.4

Weekly downloads
1
License
ISC
Repository
github
Last release
17 days ago

JustLog.IT Node Library

Simple library that wraps the JustLog.IT logging methods to simplify implementation in your applciation.

Installation

npm install justlogit --save

Requirements

Make sure you have set up a JustLog.IT account and set up your application for logging. You will need to the application logging token to run this library.

Methods

logError(obj);

logPerformance(method, timing, user, details);

logEvent(name, description, user);

logInformation(method, details, user);

Usage

var Logger = require('justlogit');

var logger = new Logger('');

var errorObject = {};

errorObject.message = '';

errorObject.stack = '';

errorObject.details = '';

errorObject.user = ''; // optional

logger.logError(errorObject);

1.1.4

17 days ago

1.1.3

10 months ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

8 years ago

1.0.0

8 years ago