net.sf.kernow
Class Message
java.lang.Object
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
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 |
Message
public Message()
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)