// get a new logger from the log subsystem's factory and wrap it into a LogInterface
return new JakartaLogger(org.apache.commons.logging.LogFactory.getLog(name));
}
catch (org.apache.commons.logging.LogConfigurationException lce)
{
throw new LogConfigurationException(lce.getMessage());
}
}