de.upb.swtpra05.group03.shuttle
Class Debug

java.lang.Object
  extended byde.upb.swtpra05.group03.shuttle.Debug

public final class Debug
extends java.lang.Object

Version:
$Revision: 1.3 $

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

ID

public static final java.lang.String ID
global DEBUGID

See Also:
Constant Field Values

DEBUGGING

public static final boolean DEBUGGING
set to true to debug else to false

See Also:
Constant Field Values

DEBUG_INTO_FILE

private static final boolean DEBUG_INTO_FILE
if true writes logging also into a file

See Also:
Constant Field Values

DEFAULT_LEVEL

private static java.util.logging.Level DEFAULT_LEVEL
default level of debug


MODULE_LEVELS

private static final java.lang.Object[] MODULE_LEVELS
data structure where is set which logger should log with what debug level


parentLog

private static final java.util.logging.Logger parentLog
parent logger for all other loggers


DEBGUGFRAME

public static boolean DEBGUGFRAME
Indicates whether the DebugFrame will be displayed

Constructor Detail

Debug

public Debug()
Method Detail

setupDebug

public static void setupDebug()