|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.util.Message
public final class Message
A simple helper class to ease output of information messages.
This class is replaced by the syslog package. This package is
loaded and initialized with any instance of the
PropertyBundles.
| Field Summary | |
|---|---|
private static PrintStream |
ERR
|
private static PrintStream |
OUT
|
| Constructor Summary | |
|---|---|
Message()
|
|
| Method Summary | |
|---|---|
static void |
clerror(String mess,
Object caller)
Prints a general warning to System.err. |
static void |
clout(String mess,
Object caller)
Prints a general warning to System.err. |
static void |
error(String mess)
Prints a general warning to System.err. |
private static String |
getClassName(Object instance)
Retrieves the name of the argument class. |
private static String |
getTimeTag()
Retrieves a time tag accurate to ms. |
static void |
out(String mess)
Outputs a general info to System.out. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final PrintStream ERR
private static final PrintStream OUT
| Constructor Detail |
|---|
public Message()
| Method Detail |
|---|
public static final void error(String mess)
public static final void out(String mess)
public static final void clerror(String mess,
Object caller)
public static final void clout(String mess,
Object caller)
private static final String getClassName(Object instance)
private static final String getTimeTag()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||