Package org.jboss.logging

Examples of org.jboss.logging.LoggerPlugin


/*  48 */   private final Map namedLoggers = new HashMap();
/*     */
/*     */   private static org.apache.log4j.Logger getLog4jLogger(String name)
/*     */   {
/*  60 */     org.jboss.logging.Logger l = org.jboss.logging.Logger.getLogger(name);
/*  61 */     LoggerPlugin lp = l.getLoggerPlugin();
/*  62 */     if ((lp instanceof Log4jLoggerPlugin)) {
/*  63 */       return ((Log4jLoggerPlugin)lp).getLogger();
/*     */     }
/*     */
/*  66 */     return null;
View Full Code Here

TOP

Related Classes of org.jboss.logging.LoggerPlugin

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.