1.1.1 • Published 3 years ago
triathlon-logging v1.1.1
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!');