#include <factory.h>
Inheritance diagram for log4cplus::spi::FilterFactory:
Public Member Functions | |
FilterFactory () | |
virtual | ~FilterFactory () |
virtual FilterPtr | createObject (const log4cplus::helpers::Properties &props)=0 |
Create a "Filter" object. | |
virtual log4cplus::tstring | getTypeName ()=0 |
Returns the typename of the "Filter" objects this factory creates. |
Definition at line 94 of file factory.h.
|
|
|
|
|
Create a "Filter" object.
|
|
Returns the typename of the "Filter" objects this factory creates.
Implements log4cplus::spi::BaseFactory. |