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

SystemErrLogger

public class SystemErrLogger extends LoggerBase
Simple implementation of Logger that writes to System.err.
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.err.println(msg);