ch.aplu.nxt
Class DebugConsole

java.lang.Object
  extended by ch.aplu.nxt.DebugConsole

public class DebugConsole
extends java.lang.Object

Class to show debug information using System.out.


Constructor Summary
DebugConsole()
           
 
Method Summary
static void show(java.lang.String msg)
          Shows debug message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugConsole

public DebugConsole()
Method Detail

show

public static void show(java.lang.String msg)
Shows debug message.