Package com.github.joelittlejohn.embedmongo.log.Loggers

Examples of com.github.joelittlejohn.embedmongo.log.Loggers.LoggingStyle


        project.getProperties().put("embedmongo.port", String.valueOf(port));
    }

    private ProcessOutput getOutputConfig() throws MojoFailureException {

        LoggingStyle loggingStyle = LoggingStyle.valueOf(logging.toUpperCase());

        switch (loggingStyle) {
            case CONSOLE:
                return Loggers.console();
            case FILE:
View Full Code Here

TOP

Related Classes of com.github.joelittlejohn.embedmongo.log.Loggers.LoggingStyle

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.