net.java.games.jogl.impl

Class Debug


public class Debug
extends java.lang.Object

Helper routines for logging and debugging.

Method Summary

static boolean
debug(String subcomponent)
static boolean
debugAll()
static boolean
getBooleanProperty(String property)
static boolean
isPropertyDefined(String property)
static boolean
verbose()

Method Details

debug

public static boolean debug(String subcomponent)

debugAll

public static boolean debugAll()

getBooleanProperty

public static boolean getBooleanProperty(String property)

isPropertyDefined

public static boolean isPropertyDefined(String property)

verbose

public static boolean verbose()