Apache log4cxx
Version 0.12.1
|
Implement this interface to create new instances of Logger or a sub-class of Logger. More...
#include <loggerfactory.h>
Public Member Functions | |
virtual | ~LoggerFactory () |
virtual LoggerPtr | makeNewLoggerInstance (log4cxx::helpers::Pool &pool, const LogString &name) const =0 |
Public Member Functions inherited from log4cxx::helpers::Object | |
virtual | ~Object () |
virtual bool | instanceof (const Class &clazz) const =0 |
virtual const void * | cast (const Class &clazz) const =0 |
|
inlinevirtual |
|
pure virtual |
Implemented in log4cxx::DefaultLoggerFactory.