net.sf.kernow
Class Message

java.lang.Object
  extended by net.sf.kernow.Message

public class Message
extends java.lang.Object

A class which handles message output to the user. It prints everything to Standard out and err at the moment - a future enhancement is to send the output to a user supplied PrintWriter


Constructor Summary
Message()
           
 
Method Summary
static void debug(java.lang.String message)
           
static void error(java.lang.String message)
           
static void exception(java.lang.Throwable t, boolean printStackTrace)
           
static void info(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message()
Method Detail

debug

public static void debug(java.lang.String message)

info

public static void info(java.lang.String message)

error

public static void error(java.lang.String message)

exception

public static void exception(java.lang.Throwable t,
                             boolean printStackTrace)