Package de.timefinder.core.util

Examples of de.timefinder.core.util.ApplicationSettings


     * This method should be used only for testing!
     * and for Startup class
     */
    public static void initLogging() {
        try {
            PropertyConfigurator.configure(new ApplicationSettings().getLogPropertiesFile().getAbsolutePath());
        } catch (Exception ex) {
            ex.printStackTrace();
            System.out.println("Fall back to classpath log4j.properties.");
        }
    }
View Full Code Here

TOP

Related Classes of de.timefinder.core.util.ApplicationSettings

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.