public final class EEFCommonPreferences
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isDebugEnabled()
Indicates if the debug mode is enabled.
|
static void |
setDebug(boolean isEnabled)
Sets the state of the debug mode.
|
public static boolean isDebugEnabled()
true
if it is enabled, false
otherwisepublic static void setDebug(boolean isEnabled)
isEnabled
- true
to activate the debug mode, false
to deactivate it