/* */ {
/* 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;