All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cookerplugin.MojoLogger Maven / Gradle / Ivy

Go to download

Derives smallest Feature File, Allows Data from Excel(xls and xlsx) and Also provides a clear and concise reporting

There is a newer version: 3.1.0
Show newest version
package cookerplugin;


import org.apache.maven.plugin.logging.Log;

public class MojoLogger {
    private static Log logger;

    public static void setLogger(Log log) {
        logger = log;
    }

    public static Log getLogger() {
        return logger;
    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy