|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.util.servlet.ServletEventLog
public class ServletEventLog extends Object implements Log
The ServletEventLog class represents an Log object.
| Constructor and Description |
|---|
ServletEventLog(javax.servlet.ServletConfig config)
Constructs an ServletEventLog object with the specified servlet configuration. |
| Modifier and Type | Method and Description |
|---|---|
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 | ||||||||