dk.brics.schematools
Class Debug

java.lang.Object
  extended by dk.brics.schematools.Debug

public class Debug
extends Object

Debug mode enabled/disabled. Enable debug info with -Ddk.brics.schematools.debug=<LEVEL>.


Constructor Summary
Debug()
           
 
Method Summary
static void dec()
          Decrement indentation level.
static String getIndentation()
           
static void inc()
          Increment indentation level.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug()
Method Detail

dec

public static void dec()
Decrement indentation level.


getIndentation

public static String getIndentation()

inc

public static void inc()
Increment indentation level.



Copyright © 2005-2010 Anders Møller.