Helper routines for logging and debugging.
More...
|
static final void | initSingleton () |
| Ensures static init block has been issues, i.e. More...
|
|
static final boolean | verbose () |
|
static final boolean | debugAll () |
|
static final boolean | debug (final String subcomponent) |
|
static final boolean | isTrusted (final String propertyKey) |
|
static final int | getIntProperty (final String property, final boolean jnlpAlias, final int defaultValue) |
|
static final long | getLongProperty (final String property, final boolean jnlpAlias, final long defaultValue) |
|
static final boolean | getBooleanProperty (final String property, final boolean jnlpAlias) |
|
static final boolean | getBooleanProperty (final String property, final boolean jnlpAlias, final boolean defaultValue) |
|
static final boolean | isPropertyDefined (final String property, final boolean jnlpAlias) |
|
static final String | getProperty (final String propertyKey, final boolean jnlpAlias) throws SecurityException, NullPointerException, IllegalArgumentException |
| Query the property with the name propertyKey . More...
|
|
static final String | getProperty (final String propertyKey, final boolean jnlpAlias, final String defaultValue) throws SecurityException, NullPointerException, IllegalArgumentException |
| See getProperty(String, boolean) , additionally allows a defaultValue if property value is null . More...
|
|
Helper routines for logging and debugging.
Definition at line 35 of file Debug.java.
◆ debug()
static final boolean org.jau.sys.Debug.debug |
( |
final String |
subcomponent | ) |
|
|
static |
◆ debugAll()
static final boolean org.jau.sys.Debug.debugAll |
( |
| ) |
|
|
static |
◆ initSingleton()
static final void org.jau.sys.Debug.initSingleton |
( |
| ) |
|
|
static |
◆ verbose()
static final boolean org.jau.sys.Debug.verbose |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: