|
NextApp Echo3 v3.0.b4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo.app.util.Log
public class Log
Trivial internal logging for Echo framework, dumps messages to System.err. Not currently intended for use by applications.
Method Summary | |
---|---|
static void |
log(java.lang.String message)
Writes a message to the log. |
static void |
log(java.lang.String message,
java.lang.Throwable t)
Writes a message and exception to the log. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void log(java.lang.String message)
message
- the messagepublic static void log(java.lang.String message, java.lang.Throwable t)
message
- the messaget
- the exception
|
NextApp Echo3 v3.0.b4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |