epp-log4js
v1.0.13
Published
Having problems? Contact the author([email protected]) through teams.
Downloads
2
Readme
Getting help
Having problems? Contact the author([email protected]) through teams.
installation
npm install epp-log4js
usage
Minimalist version:
const EppLog4js = require('epp-log4js');
const log = new EppLog4js('GEM', '20230101');
//call the log
log.info('info me' );
ContainerIdXXX - HostNameXXX - 2023-01-05T11:26:16.901 INFO GEM-20230101 info me