From what I can see you are using java.util.logger. Wonder why you
did not choose to use an abstracted logger like apache commons
logging or slf4j? Our current application uses log4j and we want to
use same logger for jersey logging. Your thoughts?
Thanks, Craig