log4cplus
2.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. More... | |
virtual | ~LoggerFactory ()=0 |
Protected Member Functions | |
virtual LoggerImpl * | makeNewLoggerImplInstance (const log4cplus::tstring &name, Hierarchy &h)=0 |
Implement this interface to create new instances of Logger or a sub-class of Logger.
Definition at line 48 of file loggerfactory.h.
|
pure virtual |
|
protectedpure virtual |
Implemented in log4cplus::DefaultLoggerFactory.
|
pure virtual |
Creates a new Logger
object.
Implemented in log4cplus::DefaultLoggerFactory.