How to use the @lykmapipo/logger.warn function in @lykmapipo/logger

To help you get started, we’ve selected a few @lykmapipo/logger examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github CodeTanzania / ewea / scripts / seedData.js View on Github external
waterfall(tasks, error => {
  if (error) {
    warn('Fail Seeding Data', error);
  } else {
    debug('Finish Seeding Data');
  }
  process.exit(0);
});
github CodeTanzania / ewea / scripts / syncIndexes.js View on Github external
syncIndexes((error, results) => {
  if (error) {
    warn('Fail Syncing Indexes', error);
  } else {
    debug('Finish Syncing Indexes', results);
  }
  process.exit(0);
});

@lykmapipo/logger

Naive logging helpers

MIT
Latest version published 3 years ago

Package Health Score

48 / 100
Full package analysis