Package jogamp.openal

Class Debug


  • public class Debug
    extends com.jogamp.common.util.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()  
    • Constructor Detail

      • Debug

        public Debug()
    • Method Detail

      • initSingleton

        public static final void initSingleton()
        Ensures static init block has been issues, i.e. if calling through to PropertyAccess.isPropertyDefined(String, boolean).
      • verbose

        public static final boolean verbose()
      • debugAll

        public static final boolean debugAll()
      • debug

        public static final boolean debug​(String subcomponent)