Examples of MavenLoggerManager


Examples of org.apache.maven.cli.MavenLoggerManager

        protected void configureContainer(final DefaultPlexusContainer c) throws Exception {
            assert c != null;

            c.setLookupRealm(null);
            c.setLoggerManager(new MavenLoggerManager(config.getLogger()));
            c.getLoggerManager().setThresholds(logger.getThreshold());

            // If there is a configuration delegate then call it
            if (config.getDelegate() != null) {
                config.getDelegate().configure(c);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.