Implementation of Logger that appends log messages to a file
named {prefix}.{date}.{suffix} in a configured directory, with an
optional preceding timestamp.
author: Craig R. McClanahan version: $Revision: 1.8 $ $Date: 2002/06/09 02:19:43 $
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
Prepare for the beginning of active use of the public methods of this
component. This method should be called after configure(),
and before any of the public methods of the component are utilized.
exception: LifecycleException - if this component detects a fatal errorthat prevents this component from being used
Gracefully terminate the active use of the public methods of this
component. This method should be the last one called on a given
instance of this component.
exception: LifecycleException - if this component detects a fatal errorthat needs to be reported
Fields inherited from org.apache.catalina.logger.LoggerBase