|
|||||||||
| Home >> All >> org >> apache >> [ ajp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.ajp
Class Logger

java.lang.Objectorg.apache.ajp.Logger
- public class Logger
- extends java.lang.Object
A simple logger class used by classes in this package. The intention is for this class to be overridden so that log messages from classes in this package can be adapted to loggers used by the connector implementations for various servlet containers.
| Field Summary | |
private static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
Logger()
|
|
| Method Summary | |
void |
log(java.lang.String msg)
Log the given message. |
void |
log(java.lang.String msg,
java.lang.Throwable t)
Log the given message and error. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
log
private static org.apache.commons.logging.Log log
| Constructor Detail |
Logger
public Logger()
| Method Detail |
log
public void log(java.lang.String msg)
- Log the given message.
log
public void log(java.lang.String msg, java.lang.Throwable t)
- Log the given message and error.
|
|||||||||
| Home >> All >> org >> apache >> [ ajp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.ajp.Logger