@coa-it/infotech_logger
v1.1.0
Published
City of Auburn: IT node package for logging into service entity catalog.
Downloads
6
Readme
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);