Anybody know what this code is the configuration constructor is for?
if (LOG.isDebugEnabled()) {
LOG.debug(StringUtils.stringifyException(new IOException("config()")));
   }

Reply via email to