Package org.flywaydb.commandline

Examples of org.flywaydb.commandline.ConsoleLogCreator


     * Initializes the logging.
     *
     * @param debug {@code true} for also printing debug statements, {@code false} for only info and higher.
     */
    static void initLogging(boolean debug) {
        LogFactory.setLogCreator(new ConsoleLogCreator(debug));
        LOG = LogFactory.getLog(RepeatableMain.class);
    }
View Full Code Here

TOP

Related Classes of org.flywaydb.commandline.ConsoleLogCreator

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.