Package jogamp.openal
Class Debug
- java.lang.Object
-
- com.jogamp.common.util.PropertyAccess
-
- jogamp.openal.Debug
-
public class Debug extends com.jogamp.common.util.PropertyAccess
Helper routines for logging and debugging.
-
-
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()
-
-
-
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)
-
-