UNPKG

triathlon-logging

Version:

A global logging library for the Triathlon system.

20 lines (12 loc) 476 B
# 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](https://pip.pypa.io/en/stable/) to install foobar. ```bash npm install triathlon-logging ``` ## Usage ```js const { logger } = require('triathlon-logging'); logger.info('The logging works!'); ```