Package org.codehaus.cargo.maven2.log

Examples of org.codehaus.cargo.maven2.log.MavenLogger


     * @return the logger to use for logging this plugin's activity
     */
    protected Logger createLogger()
    {
        Logger logger;
            logger = new MavenLogger(getLog());
        return logger;
    }
View Full Code Here

TOP

Related Classes of org.codehaus.cargo.maven2.log.MavenLogger

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.