Apache log4cxx  Version 0.11.0
log4cxx::spi::LoggerFactory Class Referenceabstract

Implement this interface to create new instances of Logger or a sub-class of Logger. More...

#include <loggerfactory.h>

Inheritance diagram for log4cxx::spi::LoggerFactory:
log4cxx::helpers::Object log4cxx::DefaultLoggerFactory

Public Member Functions

virtual LoggerPtr makeNewLoggerInstance (log4cxx::helpers::Pool &pool, const LogString &name) const =0
 
- Public Member Functions inherited from log4cxx::helpers::Object
virtual void addRef () const =0
 
virtual void releaseRef () const =0
 
virtual bool instanceof (const Class &clazz) const =0
 
virtual const void * cast (const Class &clazz) const =0
 

Detailed Description

Implement this interface to create new instances of Logger or a sub-class of Logger.


The documentation for this class was generated from the following file: