1.1.1 • Published 3 years ago

triathlon-logging v1.1.1

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
3 years ago

Triathlon Logging

Triathlon logging is a NodeJS module which Triathlon uses for internal logging. It adds datetime stamps to each log, and will provide an interface to a database via DBC for log storage and future retrieval.

Installation

Use the package manager npm to install foobar.

npm install triathlon-logging

Usage

const { logger } = require('triathlon-logging');

logger.info('The logging works!');
1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago