log4js-node-mongodb
log4js-node-mongodb copied to clipboard
Getting exception while adding appender
I am getting exception when trying this line:
log4js.addAppender( mongoAppender.appender({connectionString: 'localhost:27017/logs'}), 'cheese' );Exception:
Exception has occurred: Error
TypeError: log4js.addAppender is not a function
at Object.
Using these versions:
"log4js": "2.0.1", "log4js-node-mongodb": "2.2.1",
Thanks.
facing the same issue!
"log4js":"2.5.3" "log4js-node-mongodb": "2.2.1"
log4js dont have addAppender function; base code is const log4js = { getLogger, configure, shutdown, connectLogger, levels, addLayout: layouts.addLayout, }; module.exports = log4js;
facing the same issue