public class Debug extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG_BUNDLE_TIME
Bundle time debug flag.
|
static boolean |
DEBUG_ENABLED
Indicates if tracing is enabled
|
static boolean |
DEBUG_EVENTS
Events debug flag.
|
static boolean |
DEBUG_FILTER
Filter debug flag.
|
static boolean |
DEBUG_GENERAL
General debug flag.
|
static boolean |
DEBUG_HOOKS
Hooks debug flag.
|
static boolean |
DEBUG_LOADER
Loader debug flag.
|
static boolean |
DEBUG_MANIFEST
Manifest debug flag.
|
static boolean |
DEBUG_MESSAGE_BUNDLES
Message debug flag.
|
static boolean |
DEBUG_PACKAGEADMIN
PackageAdmin debug flag.
|
static boolean |
DEBUG_PACKAGEADMIN_TIMING
PackageAdmin timing debug flag.
|
static boolean |
DEBUG_PACKAGES
Packages debug flag.
|
static boolean |
DEBUG_SECURITY
Security debug flag.
|
static boolean |
DEBUG_SERVICES
Services debug flag.
|
static boolean |
DEBUG_STARTLEVEL
Start level debug flag.
|
static String |
ECLIPSE_OSGI
Base debug option key (org.eclispe.osgi).
|
static boolean |
MONITOR_ACTIVATION
Monitor activation debug flag.
|
static String |
OPTION_DEBUG_BUNDLE_TIME
Bundle time Debug option key.
|
static String |
OPTION_DEBUG_EVENTS
Events Debug option key.
|
static String |
OPTION_DEBUG_FILTER
Filter Debug option key.
|
static String |
OPTION_DEBUG_GENERAL
General Debug option key.
|
static String |
OPTION_DEBUG_HOOKS
Services Debug option key.
|
static String |
OPTION_DEBUG_LOADER
Loader Debug option key.
|
static String |
OPTION_DEBUG_MANIFEST
Manifest Debug option key.
|
static String |
OPTION_DEBUG_MESSAGE_BUNDLES
Message bundles Debug option key.
|
static String |
OPTION_DEBUG_PACKAGEADMIN
PackageAdmin Debug option key.
|
static String |
OPTION_DEBUG_PACKAGEADMIN_TIMING
PackageAdmin timing Debug option key.
|
static String |
OPTION_DEBUG_PACKAGES
Packages Debug option key.
|
static String |
OPTION_DEBUG_SECURITY
Security Debug option key.
|
static String |
OPTION_DEBUG_SERVICES
Services Debug option key.
|
static String |
OPTION_DEBUG_STARTLEVEL
Start level Debug option key.
|
static String |
OPTION_MONITOR_ACTIVATION
Monitor activation Debug option key.
|
static PrintStream |
out
The PrintStream to print debug messages to.
|
Constructor and Description |
---|
Debug() |
Modifier and Type | Method and Description |
---|---|
static void |
print(boolean x)
Prints x to the PrintStream
|
static void |
print(char x)
Prints x to the PrintStream
|
static void |
print(char[] x)
Prints x to the PrintStream
|
static void |
print(double x)
Prints x to the PrintStream
|
static void |
print(float x)
Prints x to the PrintStream
|
static void |
print(int x)
Prints x to the PrintStream
|
static void |
print(long x)
Prints x to the PrintStream
|
static void |
print(Object x)
Prints x to the PrintStream
|
static void |
print(String x)
Prints x to the PrintStream
|
static void |
println(boolean x)
Prints x to the PrintStream
|
static void |
println(char x)
Prints x to the PrintStream
|
static void |
println(char[] x)
Prints x to the PrintStream
|
static void |
println(double x)
Prints x to the PrintStream
|
static void |
println(float x)
Prints x to the PrintStream
|
static void |
println(int x)
Prints x to the PrintStream
|
static void |
println(long x)
Prints x to the PrintStream
|
static void |
println(Object x)
Prints x to the PrintStream
|
static void |
println(String x)
Prints x to the PrintStream
|
static void |
printStackTrace(Throwable t)
Prints t to the PrintStream
|
public static boolean DEBUG_ENABLED
public static boolean DEBUG_GENERAL
public static boolean DEBUG_BUNDLE_TIME
public static boolean DEBUG_LOADER
public static boolean DEBUG_EVENTS
public static boolean DEBUG_SERVICES
public static boolean DEBUG_HOOKS
public static boolean DEBUG_PACKAGES
public static boolean DEBUG_MANIFEST
public static boolean DEBUG_FILTER
public static boolean DEBUG_SECURITY
public static boolean DEBUG_STARTLEVEL
public static boolean DEBUG_PACKAGEADMIN
public static boolean DEBUG_PACKAGEADMIN_TIMING
public static boolean DEBUG_MESSAGE_BUNDLES
public static boolean MONITOR_ACTIVATION
public static final String ECLIPSE_OSGI
public static final String OPTION_DEBUG_GENERAL
public static final String OPTION_DEBUG_BUNDLE_TIME
public static final String OPTION_DEBUG_LOADER
public static final String OPTION_DEBUG_EVENTS
public static final String OPTION_DEBUG_SERVICES
public static final String OPTION_DEBUG_HOOKS
public static final String OPTION_DEBUG_PACKAGES
public static final String OPTION_DEBUG_MANIFEST
public static final String OPTION_DEBUG_FILTER
public static final String OPTION_DEBUG_SECURITY
public static final String OPTION_DEBUG_STARTLEVEL
public static final String OPTION_DEBUG_PACKAGEADMIN
public static final String OPTION_DEBUG_PACKAGEADMIN_TIMING
public static final String OPTION_MONITOR_ACTIVATION
public static final String OPTION_DEBUG_MESSAGE_BUNDLES
public static PrintStream out
public static void print(boolean x)
x
- public static void print(char x)
x
- public static void print(int x)
x
- public static void print(long x)
x
- public static void print(float x)
x
- public static void print(double x)
x
- public static void print(char[] x)
x
- public static void print(String x)
x
- public static void print(Object x)
x
- public static void println(boolean x)
x
- public static void println(char x)
x
- public static void println(int x)
x
- public static void println(long x)
x
- public static void println(float x)
x
- public static void println(double x)
x
- public static void println(char[] x)
x
- public static void println(String x)
x
- public static void println(Object x)
x
- public static void printStackTrace(Throwable t)
t
- Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.