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

Examples of org.apache.sling.commons.log.logback.internal.config.ConfigAdminSupport


        configByPid = new ConcurrentHashMap<String, LogConfig>();
        configByCategory = new ConcurrentHashMap<String, LogConfig>();

        this.rootDir = new File(rootDir);
        setDefaultConfiguration(getBundleConfiguration(bundleContext));
        this.configAdminSupport = new ConfigAdminSupport(bundleContext, this);
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.commons.log.logback.internal.config.ConfigAdminSupport

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.