| java.lang.Object org.apache.catalina.logger.LoggerBase org.apache.catalina.logger.SystemOutLogger
SystemOutLogger | public class SystemOutLogger extends LoggerBase (Code) | | Simple implementation of Logger that writes to System.out.
Because this component is so simple, no configuration is required.
Therefore, Lifecycle is not implemented.
author: Craig R. McClanahan version: $Revision: 1.2 $ $Date: 2004/02/27 14:58:44 $ |
Field Summary | |
final protected static String | info The descriptive information about this implementation. |
Method Summary | |
public void | log(String msg) Writes the specified message to a servlet log file, usually an event
log. |
info | final protected static String info(Code) | | The descriptive information about this implementation.
|
log | public void log(String msg)(Code) | | 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.
Parameters: msg - A String specifying the message to be writtento the log file |
|
|