users@jersey.java.net

Logging?

From: Craig Iverson <civy4fun_at_gmail.com>
Date: Tue, 23 Sep 2008 22:23:42 -0700

 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