|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.as400.util.servlet.ServletEventLog
The ServletEventLog class represents an Log object.
| Constructor Summary | |
|---|---|
ServletEventLog(javax.servlet.ServletConfig config)
Constructs an ServletEventLog object with the specified servlet configuration. |
|
| Method Summary | |
|---|---|
void |
log(String msg)
Logs a message to the event log. |
void |
log(String msg,
Throwable exception)
Logs an exception and message to the event log. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServletEventLog(javax.servlet.ServletConfig config)
config - The servlet configuration.| Method Detail |
public void log(String msg)
log in interface Logmsg - The message to log.
public void log(String msg,
Throwable exception)
log in interface Logmsg - The message to log.exception - The exception to log.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||