Package org.apache.sling.commons.log.logback.internal.AppenderTracker

Examples of org.apache.sling.commons.log.logback.internal.AppenderTracker.AppenderInfo


            if (lw.isImplicit()) {
                pid = lw.getImplicitConfigPID();
            }
            return createUrl(consoleAppRoot, "configMgr", pid);
        } else if (ctx.isDynamicAppender(appender)) {
            final AppenderInfo ai = ctx.dynamicAppenders.get(appender);

            final String pid = ai.pid;
            return createUrl(consoleAppRoot, "services", pid);
        } else {
            return "[others]";
View Full Code Here

TOP

Related Classes of org.apache.sling.commons.log.logback.internal.AppenderTracker.AppenderInfo

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.