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