Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
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 ~LoggerFactory ()
 
virtual LoggerPtr makeNewLoggerInstance (helpers::Pool &pool, const LogString &name) const =0
 
- Public Member Functions inherited from log4cxx::helpers::Object
virtual ~Object ()
 
virtual const helpers::ClassgetClass () 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.

Constructor & Destructor Documentation

◆ ~LoggerFactory()

virtual log4cxx::spi::LoggerFactory::~LoggerFactory ( )
inlinevirtual

Member Function Documentation

◆ makeNewLoggerInstance()

virtual LoggerPtr log4cxx::spi::LoggerFactory::makeNewLoggerInstance ( helpers::Pool pool,
const LogString name 
) const
pure virtual

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