An web service to interact with a log4js logger
#runs the web service on http://localhost:3000
cd service
npm install
node express.js
#generate log messages
cd site
open index.html
[2015-03-23 08:12:18.029] [INFO] log4js-service - user b473faf5-9da7-4978-9069-940bd925947d
[2015-03-23 08:12:18.029] [INFO] myCategory - an info undefined
[2015-03-23 08:12:19.986] [WARN] myCategory - a warning undefined
[2015-03-23 08:12:21.997] [ERROR] myCategory - an error undefined