org.apache.catalina.logger
クラス SystemOutLogger

java.lang.Object
  |
  +--org.apache.catalina.logger.LoggerBase
        |
        +--org.apache.catalina.logger.SystemOutLogger
すべての実装インタフェース:
Logger

public final class SystemOutLogger
extends LoggerBase

Simple implementation of Logger that writes to System.out. Because this component is so simple, no configuration is required. Therefore, Lifecycle is not implemented.

バージョン:
$Revision: 1.2 $ $Date: 2001/07/22 20:25:11 $
作成者:
Craig R. McClanahan

フィールドの概要
protected static java.lang.String info
          The descriptive information about this implementation.
 
クラス org.apache.catalina.logger.LoggerBase から継承したフィールド
container, support, verbosity
 
インタフェース org.apache.catalina.Logger から継承したフィールド
DEBUG, ERROR, FATAL, INFORMATION, WARNING
 
コンストラクタの概要
SystemOutLogger()
           
 
メソッドの概要
 void log(java.lang.String msg)
          Writes the specified message to a servlet log file, usually an event log.
 
クラス org.apache.catalina.logger.LoggerBase から継承したメソッド
addPropertyChangeListener, getContainer, getInfo, getVerbosity, log, log, log, log, removePropertyChangeListener, setContainer, setVerbosity, setVerbosityLevel
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

info

protected static final java.lang.String info
The descriptive information about this implementation.
コンストラクタの詳細

SystemOutLogger

public SystemOutLogger()
メソッドの詳細

log

public void log(java.lang.String msg)
Writes the specified message to a servlet log file, usually an event log. The name and type of the servlet log is specific to the servlet container.
オーバーライド:
クラス LoggerBase 内の log
パラメータ:
msg - A String specifying the message to be written to the log file


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