|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.connector.warp.WarpLogger
コンストラクタの概要 | |
WarpLogger(java.lang.Object source)
Construct a new instance of a WarpConnector . |
メソッドの概要 | |
protected void |
debug(java.lang.Exception exception)
If Constants.DEBUG was set true at compilation time, dump an exception stack trace to Standard Error. |
protected void |
debug(java.lang.String message)
If Constants.DEBUG was set true at compilation time, dump a debug message to Standard Error. |
protected void |
debug(java.lang.String message,
java.lang.Exception exception)
If Constants.DEBUG was set true at compilation time, dump a debug message and a related exception stack trace to Standard Error. |
Container |
getContainer()
Return the Container instance which will process all
requests received by this Connector . |
protected void |
log(java.lang.Exception exception)
Log an exception. |
protected void |
log(java.lang.String message)
Log a message. |
protected void |
log(java.lang.String message,
java.lang.Exception exception)
Log an exception and related message. |
void |
setContainer(Container container)
Set the Container instance which will process all requests
received by this Connector . |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public WarpLogger(java.lang.Object source)
WarpConnector
.メソッドの詳細 |
public Container getContainer()
Container
instance which will process all
requests received by this Connector
.public void setContainer(Container container)
Container
instance which will process all requests
received by this Connector
.container
- The new Container to useprotected void debug(java.lang.String message)
message
- The message to dump.protected void debug(java.lang.Exception exception)
exception
- The exception to dump.protected void debug(java.lang.String message, java.lang.Exception exception)
exception
- The exception to dump.message
- The message to dump.protected void log(java.lang.String message)
message
- The message to log.protected void log(java.lang.Exception exception)
exception
- The exception to log.protected void log(java.lang.String message, java.lang.Exception exception)
exception
- The exception to log.message
- The message to log.
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |