Logger helper package for Is It Online App
npm i is-it-online-logger to your node project
var isItOnlineLogger = require('is-it-online-logger');
const loggerConfig = {
authCode: ,
level: 'info', // default is info
time: new Date(), // defaults to current time
name: 'Logging name',
text: 'Logging text'
};
isIsOnlineLogger(loggerConfig);
``