org.knopflerfish.framework.Debug Class Reference

List of all members.


Detailed Description

Static variables that controls debugging of the framework code.

Author:
Jan Stein

Definition at line 45 of file Debug.java.


Static Package Functions

static void println (String str)
 Common println method for debug messages.
static void printStackTrace (String str, Throwable t)
 Common printStackTrace method for debug messages.

Static Package Attributes

static boolean classLoader = "true".equalsIgnoreCase(System.getProperty("org.knopflerfish.framework.debug.classloader"))
 Report whenever the bundle classloader does something.
static boolean errors = "true".equalsIgnoreCase(System.getProperty("org.knopflerfish.framework.debug.errors"))
 Report event handling events.
static boolean packages = "true".equalsIgnoreCase(System.getProperty("org.knopflerfish.framework.debug.packages"))
 Report package handling events.
static boolean startlevel = "true".equalsIgnoreCase(System.getProperty("org.knopflerfish.framework.debug.startlevel"))
 Report startlevel.
static boolean url = "true".equalsIgnoreCase(System.getProperty("org.knopflerfish.framework.debug.url"))
 Report url.
static boolean ldap = "true".equalsIgnoreCase(System.getProperty("org.knopflerfish.framework.debug.ldap"))
 Report LDAP handling.

The documentation for this class was generated from the following file:
Generated on Mon Jan 11 21:19:19 2010 for OpenMobileIS by  doxygen 1.5.4