[zeromq-dev] JeroMQ - Add logging

2013-12-30 Thread pablo fernandez
Hi guys, I'm Moving the conversation that started here[1] to the mailing list in request of @Miniway (I assume he/she is jeromqs leader). My motivation for adding logging into jeromq: 1) It greatly improves debugging. 2) The performance impacts with logging turned off are minimal. And even if

Re: [zeromq-dev] JeroMQ - Add logging

2013-12-30 Thread Joshua Foster
What sort of debugging are you trying to solve? Logging statements can be done well and poorly.This also depends on what sort of debugging is needed. slf4j is an external library, have you considered using java.util.logging? Joshua On Dec 30, 2013, at 8:11 AM, pablo fernandez