|
log4cplus 2.0.8
|
This abstract class defines the "Factory" interface to create "Appender" objects. More...
#include <factory.h>
Public Types | |
| typedef Filter | ProductType |
| typedef FilterPtr | ProductPtr |
Public Member Functions | |
| FilterFactory () | |
| virtual | ~FilterFactory ()=0 |
| virtual FilterPtr | createObject (const log4cplus::helpers::Properties &props)=0 |
| Create a "Filter" object. | |
Public Member Functions inherited from log4cplus::spi::BaseFactory | |
| virtual | ~BaseFactory ()=0 |
| virtual log4cplus::tstring const & | getTypeName () const =0 |
| Returns the typename of the objects this factory creates. | |
This abstract class defines the "Factory" interface to create "Appender" objects.
| log4cplus::spi::FilterFactory::FilterFactory | ( | ) |
|
pure virtual |
|
pure virtual |
Create a "Filter" object.