log4cplus
1.1.0
|
Implement this interface to create new instances of Logger or a sub-class of Logger. More...
#include <loggerfactory.h>
Public Member Functions | |
virtual Logger | makeNewLoggerInstance (const log4cplus::tstring &name, Hierarchy &h)=0 |
Creates a new Logger object. | |
virtual | ~LoggerFactory ()=0 |
Implement this interface to create new instances of Logger or a sub-class of Logger.
Definition at line 46 of file loggerfactory.h.
virtual log4cplus::spi::LoggerFactory::~LoggerFactory | ( | ) | [pure virtual] |
virtual Logger log4cplus::spi::LoggerFactory::makeNewLoggerInstance | ( | const log4cplus::tstring & | name, |
Hierarchy & | h | ||
) | [pure virtual] |
Creates a new Logger
object.
Implemented in log4cplus::DefaultLoggerFactory.