116117118119120121122123124125126
log.error("Error happend during start serivce!", e); throw Lang.wrapThrow(e, LoadingException.class); } // ~ Done ^_^ sw.stop(); if (log.isInfoEnabled()) log.infof("Nutz.Mvc[%s] is up in %sms", config.getAppName(), sw.getDuration()); return mapping;
376377378379380381382383384385386
if (null != ioc) ioc.depose(); } // Done, print info sw.stop(); if (log.isInfoEnabled()) log.infof("Nutz.Mvc[%s] is down in %sms", config.getAppName(), sw.getDuration()); } }