com.sun.opengl.impl

Class Debug


public class Debug
extends 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()

Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.