triathlon-logging
v1.1.1
Published
A global logging library for the Triathlon system.
Downloads
17
Maintainers
Readme
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-loggingUsage
const { logger } = require('triathlon-logging');
logger.info('The logging works!');