org.apache.catalina.connector.warp
クラス WarpLogger

java.lang.Object
  |
  +--org.apache.catalina.connector.warp.WarpLogger

public class WarpLogger
extends java.lang.Object


コンストラクタの概要
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
 

コンストラクタの詳細

WarpLogger

public WarpLogger(java.lang.Object source)
Construct a new instance of a WarpConnector.
メソッドの詳細

getContainer

public Container getContainer()
Return the Container instance which will process all requests received by this Connector.

setContainer

public void setContainer(Container container)
Set the Container instance which will process all requests received by this Connector.
パラメータ:
container - The new Container to use

debug

protected void debug(java.lang.String message)
If Constants.DEBUG was set true at compilation time, dump a debug message to Standard Error.
パラメータ:
message - The message to dump.

debug

protected void debug(java.lang.Exception exception)
If Constants.DEBUG was set true at compilation time, dump an exception stack trace to Standard Error.
パラメータ:
exception - The exception to dump.

debug

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.
パラメータ:
exception - The exception to dump.
message - The message to dump.

log

protected void log(java.lang.String message)
Log a message.
パラメータ:
message - The message to log.

log

protected void log(java.lang.Exception exception)
Log an exception.
パラメータ:
exception - The exception to log.

log

protected void log(java.lang.String message,
                   java.lang.Exception exception)
Log an exception and related message.
パラメータ:
exception - The exception to log.
message - The message to log.


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.