Package org.apache.logging.log4j.core.util

Examples of org.apache.logging.log4j.core.util.BundleResourceLoader


        }
    }

    private static void scanBundleForPlugins(final Bundle bundle) {
        LOGGER.trace("Scanning bundle [{}] for plugins.", bundle.getSymbolicName());
        PluginManager.loadPlugins(new BundleResourceLoader(bundle));
    }
View Full Code Here


        }
    }

    private static void scanBundleForPlugins(final Bundle bundle) {
        LOGGER.debug("Scanning bundle [{}] for plugins.", bundle.getSymbolicName());
        PluginManager.loadPlugins(new BundleResourceLoader(bundle));
    }
View Full Code Here

TOP

Related Classes of org.apache.logging.log4j.core.util.BundleResourceLoader

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.