1.8.3 • Published 3 years ago
ct-log
Licence
MIT
Version
1.8.3
Deps
2
Size
7 kB
Vulns
0
Weekly
0
ct-log
This module provides an utility for logging in CityTaps' project.
How to use
const logger = require('ct-log');
logger.debug('debug log');
logger.info('info log');
logger.warn('warning log');
logger.error('error log');
Deploy
Details on how to deploy new version on NPM