CTL
Class Globals

java.lang.Object
  extended by CTL.Globals

public class Globals
extends java.lang.Object

Structure which holds some global CTL4j compile time settings.


Field Summary
static boolean doWait
          Wait for continuous messages in debug-mode
static boolean GetTrace
          Provide a kernel trace of invoked processes
static boolean HexDump
          Log hexdumps of messages
static int LogLevel
          Default logfile verboseness level
static boolean LogScope
          Whether or not to log the method printing a certain log message
static int LogScopeDepth
          How far up the stack trace should be wrote to the logfile
static boolean LogTimeStamp
          Whether or not to append a timestamp to logfile names
static boolean NullExcept
          Throw an exception if a writer got no data
static boolean verbose
          Whether or not to be verbose
 
Constructor Summary
Globals()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LogLevel

public static int LogLevel
Default logfile verboseness level


LogScope

public static boolean LogScope
Whether or not to log the method printing a certain log message


LogScopeDepth

public static int LogScopeDepth
How far up the stack trace should be wrote to the logfile


LogTimeStamp

public static boolean LogTimeStamp
Whether or not to append a timestamp to logfile names


NullExcept

public static final boolean NullExcept
Throw an exception if a writer got no data

See Also:
Constant Field Values

GetTrace

public static final boolean GetTrace
Provide a kernel trace of invoked processes

See Also:
Constant Field Values

doWait

public static final boolean doWait
Wait for continuous messages in debug-mode

See Also:
Constant Field Values

HexDump

public static final boolean HexDump
Log hexdumps of messages

See Also:
Constant Field Values

verbose

public static final boolean verbose
Whether or not to be verbose

See Also:
Constant Field Values
Constructor Detail

Globals

public Globals()