Package smilehouse.util

Examples of smilehouse.util.Log


        // --------------
        // Initialize log
        // --------------
        try {
            this.logger = new Log(getProperty("log.filename"));
        } catch(FileNotFoundException e) {
            System.err.println(dateFormat.format(new Date()) + " OpenSyncro: Couldn't open log file '"
                    + getProperty("log.filename") + "'");
        }
View Full Code Here

TOP

Related Classes of smilehouse.util.Log

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.