Hi, I am not sure I use this module correctly.
I installed it by npm then try to create new server in my JS application. But I got "log4js is not defined error". Did I miss something?
To fix it, I manually add var log4js = require('log4js'); to the source code.