Package org.spoutcraft.launcher.logs

Examples of org.spoutcraft.launcher.logs.SystemConsoleListener.initialize()


    PlatformUtils.getWorkingDirectory().mkdirs();
    new File(PlatformUtils.getWorkingDirectory(), "launcher").mkdir();

    SystemConsoleListener listener = new SystemConsoleListener();

    listener.initialize();

    Util.log("------------------------------------------");
    Util.log("Launcher is starting....");
    Util.log("Launcher Build: '%s'", getBuild());
    Util.log("Allocated %s Mb of RAM", Runtime.getRuntime().maxMemory() / (1024.0 * 1024));
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.