com.jme.util
Class Debug

java.lang.Object
  extended by com.jme.util.Debug

public class Debug
extends java.lang.Object

Just a simple flag holder for runtime stripping of various jME logging and debugging features.

Author:
Joshua Slack

Field Summary
static boolean debug
           
static boolean infoLogging
           
static boolean stats
           
static boolean trackDirectMemory
           
static boolean updateGraphs
           
 
Constructor Summary
Debug()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static final boolean debug

stats

public static final boolean stats

infoLogging

public static final boolean infoLogging

updateGraphs

public static boolean updateGraphs

trackDirectMemory

public static final boolean trackDirectMemory
Constructor Detail

Debug

public Debug()