1.1.3 • Published 4 months ago

justlogit v1.1.3

Weekly downloads
1
License
ISC
Repository
github
Last release
4 months 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.3

4 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

7 years ago

1.0.0

7 years ago