org.apache.catalina.logger
Class SystemErrLogger
- Lifecycle, Logger, MBeanRegistration
public class SystemErrLogger
Simple implementation of Logger that writes to System.err.
Version:
- Craig R. McClanahan
protected static String | info - The descriptive information about this implementation.
|
container , controller , debug , domain , host , info , lifecycle , mserver , oname , path , support , verbosity |
void | log(String msg) - Writes the specified message to a servlet log file, usually an event
log.
|
addLifecycleListener , addPropertyChangeListener , createObjectName , destroy , findLifecycleListeners , getContainer , getController , getDebug , getDomain , getInfo , getObjectName , getVerbosity , init , log , log , log , log , log , postDeregister , postRegister , preDeregister , preRegister , removeLifecycleListener , removePropertyChangeListener , setContainer , setController , setDebug , setVerbosity , setVerbosityLevel , start , stop |
info
protected static final String info
The descriptive information about this implementation.
log
public void log(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.
- log in interface Logger
- log in interface LoggerBase
msg
- A String
specifying the message to be written
to the log file
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.