|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.logger.LoggerBase | +--org.apache.catalina.logger.SystemOutLogger
Simple implementation of Logger that writes to System.out. Because this component is so simple, no configuration is required. Therefore, Lifecycle is not implemented.
フィールドの概要 | |
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 |
フィールドの詳細 |
protected static final java.lang.String info
コンストラクタの詳細 |
public SystemOutLogger()
メソッドの詳細 |
public void log(java.lang.String msg)
LoggerBase
内の log
msg
- A String
specifying the message to be written
to the log file
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |