Abstract class that defines output logs strategies.
Abstract class that defines output logs strategies.
Located in Program_Root/log4php/LoggerAppender.php (line 32)
| Class | Description |
|---|---|
| LoggerAppenderSkeleton | Abstract superclass of the other appenders in the package. |
Add a filter to the end of the filter list.
Add a filter to the end of the filter list.
Clear the list of filters by removing all the filters in it.
Clear the list of filters by removing all the filters in it.
Release any resources allocated.
Release any resources allocated. Subclasses of LoggerAppender should implement this method to perform proper closing procedures.
This method performs threshold checks and invokes filters before delegating actual logging to the subclasses specific append() method.
This method performs threshold checks and invokes filters before delegating actual logging to the subclasses specific append() method.
Factory
Factory
Do not use this method.
Do not use this method.
Return the first filter in the filter chain for this Appender.
Return the first filter in the filter chain for this Appender. The return value may be null if no is filter is set.
Returns this appender layout.
Returns this appender layout.
Get the name of this appender.
Get the name of this appender.
Configurators call this method to determine if the appender requires a layout.
Configurators call this method to determine if the appender requires a layout. If this method returns true, meaning that layout is required, then the configurator will configure a layout using the configuration information at its disposal. If this method returns false, meaning that a layout is not required, then layout configuration will be skipped even if there is available layout configuration information at the disposal of the configurator.
In the rather exceptional case, where the appender implementation admits a layout but can also work without it, then the appender should return true.
Do not use this method.
Do not use this method.
Set the Layout for this appender.
Set the Layout for this appender.
Set the name of this appender.
Set the name of this appender. The name is used by other components to identify this appender.
Singleton
Singleton
Documentation generated on Tue, 28 Oct 2003 22:03:34 +0100 by phpDocumentor 1.2.2