|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.catalina.logger.LoggerBase | +--org.apache.catalina.logger.SystemErrLogger
Simple implementation of Logger that writes to System.err.
Field Summary | |
protected static java.lang.String |
info
The descriptive information about this implementation. |
Fields inherited from class org.apache.catalina.logger.LoggerBase |
container,
info,
support,
verbosity |
Constructor Summary | |
SystemErrLogger()
|
Method Summary | |
void |
log(java.lang.String msg)
Writes the specified message to a servlet log file, usually an event log. |
Methods inherited from class org.apache.catalina.logger.LoggerBase |
addPropertyChangeListener,
getContainer,
getInfo,
getVerbosity,
log,
log,
log,
log,
removePropertyChangeListener,
setContainer,
setVerbosity,
setVerbosityLevel |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected static final java.lang.String info
Constructor Detail |
public SystemErrLogger()
Method Detail |
public void log(java.lang.String msg)
msg
- A String
specifying the message to be written
to the log file
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |