2.0.5 • Published 4 years ago

jm-log4js v2.0.5

Weekly downloads
24
License
MIT
Repository
github
Last release
4 years ago

jm-log4js

log4js module

const log = require('jm-log4js');

const logger = log.getLogger('main')
logger.info('this is log')