Package jogamp.openal
Class Debug
- java.lang.Object
-
- com.jogamp.common.util.PropertyAccess
-
- jogamp.openal.Debug
-
public class Debug extends PropertyAccess
Helper routines for logging and debugging.
-
-
Field Summary
-
Fields inherited from class com.jogamp.common.util.PropertyAccess
javaws_prefix, jnlp_prefix
-
-
Constructor Summary
Constructors Constructor Description Debug()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
debug(String subcomponent)
static boolean
debugAll()
static void
initSingleton()
Ensures static init block has been issues, i.e.static boolean
verbose()
-
Methods inherited from class com.jogamp.common.util.PropertyAccess
addTrustedPrefix, getBooleanProperty, getBooleanProperty, getIntProperty, getLongProperty, getProperty, getProperty, isPropertyDefined, isTrusted
-
-
-
-
Method Detail
-
initSingleton
public static final void initSingleton()
Ensures static init block has been issues, i.e. if calling through toPropertyAccess.isPropertyDefined(String, boolean)
.
-
verbose
public static final boolean verbose()
-
debugAll
public static final boolean debugAll()
-
debug
public static final boolean debug(String subcomponent)
-
-