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