Package com.arjuna.common.util.exceptions

Examples of com.arjuna.common.util.exceptions.LogConfigurationException


         // 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());
      }
   }
View Full Code Here

TOP

Related Classes of com.arjuna.common.util.exceptions.LogConfigurationException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.