Package cz.mp.util.app

Examples of cz.mp.util.app.Version


     */
    public static void logConfigInfo() {
       
        initLogger();   // (! nutné před zalogováním)
        logger.info(" version: " +
                new Version(Application.class.getPackage()).toString());
        logger.config(" log levels : " + DetailFormatter.getLegend());
        logger.config(" log filename = " + LoggerManager.getLogFileName());
        logger.config(" debug mode = " + isDebug());
        logger.config(" default file encoding = " + DEFAULT_CHARSET);
       
View Full Code Here

TOP

Related Classes of cz.mp.util.app.Version

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.