Home | History | Annotate | Download | only in jbosh

Lines Matching refs:LOG

40     private static final Logger LOG =
75 if (LOG.isLoggable(Level.FINEST)) {
76 LOG.finest("Selected " + ofType.getSimpleName()
124 LOG.log(Level.WARNING,
147 if (LOG.isLoggable(Level.FINEST)) {
148 LOG.finest("Attempting service load: " + className);
155 if (LOG.isLoggable(Level.WARNING)) {
156 LOG.warning(clazz.getName() + " is not assignable to "
172 LOG.log(level,
190 LOG.log(Level.FINEST, "Could not close: " + closeMe, iox);