1.3.0 • Published 4 years ago

inspira-logging v1.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

INSPIRA LOGGING

It does create 2 logging files. The first one will have all logs and the second one will have only errors.

HOW TO USE

npm install --save inspira-logging

EXAMPLE

import InspiraLogger from 'inspira-logging';

const inspiraLogger = new InspiraLogger('<logs dir>', '<log name>');

// Send a message to healthChecks channel
inspiraLogger.info('<log message>');
inspiraLogger.error('<error message>');

HOW TO PUBLISH

Push a change with a new version set in package.json and bitbucket pipeline will automatically publish a new npm package.

NOTE: To understand when the version number needs to change refer to npm documentation

1.3.0

4 years ago

1.2.0

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago