FileDocCategorySizeDatePackage
SystemOutLogger.javaAPI DocGlassfish v2 API3094Fri May 04 22:32:10 BST 2007org.apache.catalina.logger

SystemOutLogger

public 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.
author
Craig R. McClanahan
version
$Revision: 1.3 $ $Date: 2007/05/05 05:32:09 $

Fields Summary
protected static final String
info
The descriptive information about this implementation.
Constructors Summary
Methods Summary
public voidlog(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.

param
msg A String specifying the message to be written to the log file



    // --------------------------------------------------------- Public Methods


                                                    
        

        System.out.println(msg);