|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.upb.swtpra05.group03.shuttle.Debug
| Nested Class Summary | |
protected static class |
Debug.OneLineFormatter
|
| Field Summary | |
static boolean |
DEBGUGFRAME
Indicates whether the DebugFrame will be displayed |
private static boolean |
DEBUG_INTO_FILE
if true writes logging also into a file |
static boolean |
DEBUGGING
set to true to debug else to false |
private static java.util.logging.Level |
DEFAULT_LEVEL
default level of debug |
static java.lang.String |
ID
global DEBUGID |
private static java.lang.Object[] |
MODULE_LEVELS
data structure where is set which logger should log with what debug level |
private static java.util.logging.Logger |
parentLog
parent logger for all other loggers |
| Constructor Summary | |
Debug()
|
|
| Method Summary | |
static void |
setupDebug()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String ID
public static final boolean DEBUGGING
private static final boolean DEBUG_INTO_FILE
private static java.util.logging.Level DEFAULT_LEVEL
private static final java.lang.Object[] MODULE_LEVELS
private static final java.util.logging.Logger parentLog
public static boolean DEBGUGFRAME
| Constructor Detail |
public Debug()
| Method Detail |
public static void setupDebug()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||