Logging facade for node-js
While developing I hate to attach my applications to specific libs, something that I am missing while developing in node is good logger facade. At least I didn't find any! :)
So with that in mind I developed a simple logger facade that can be used as contract for async logging on applications.
https://www.npmjs.org/package/logger-facade-nodejs
Than we just need to attach plugins of our favourite log repositories and voila, we are logging to multiple repositories asynchronously.
This can be used to log information to console/file while in development, production errors to airbrake and production logs to centralized repository on elasticsearch.
In the next weeks I will be implementing a plugin for airbrake and elasticsearch.
Feel free to get in touch! ;)
UPDATE: The build is broken due to a change in the readme! :P Now seriously, it seems that jasmine-node have bug that is causing the build to fail on travis. I wiil take a look on that later! :D But it passes on my machine! :P
UPDATE 2: [email protected] is broken, install version @0.4.1 as dependency solves the issue.













