Project Description
City of Auburn: Node Package for all node-js scripts to log to the same API.
Instructions
yarn add @coa-it/infotech_logger
const logger = require('./infoTechLogger');
const log = await logger.log({ name: _appName });
await logger.update(log);