Package com.arjuna.common.internal.util.logging

Examples of com.arjuna.common.internal.util.logging.LogNoi18nImpl


/*     */   {
/* 189 */     LogNoi18n log = null;
/* 190 */     setupLogSystem();
/* 191 */     AbstractLogInterface logInterface = m_logFactory.getLog(name);
/* 192 */     if ((logInterface instanceof LogInterface))
/* 193 */       log = new LogNoi18nImpl((LogInterface)logInterface);
/*     */     else {
/* 195 */       throw new RuntimeException("non i18n loggers are not supported for CSF!");
/*     */     }
/* 197 */     log.setLevels(m_debugLevel, m_visLevel, m_facLevel);
/* 198 */     return log;
View Full Code Here

TOP

Related Classes of com.arjuna.common.internal.util.logging.LogNoi18nImpl

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.