|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectauthentication.Log
public class Log
The Log class is used during debugging. It creates a log of exceptions that has occured.
Constructor Summary | |
---|---|
Log()
|
Method Summary | |
---|---|
static void |
write(java.lang.Exception exception)
This method writes the message, class and stack trace of the Exception to the log file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Log()
Method Detail |
---|
public static void write(java.lang.Exception exception)
exception
- Exception The exception that should be written to the log.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |