18#ifndef _LOG4CXX_SPI_LOGGERFACTORY_H 
   19#define _LOG4CXX_SPI_LOGGERFACTORY_H 
   35#if LOG4CXX_ABI_VERSION <= 15 
   45#if LOG4CXX_ABI_VERSION <= 15 
   46        [[ deprecated( 
"Pool is no longer required" ) ]]
 
base class for java-like objects.
Definition: object.h:106
 
Implement this interface to create new instances of Logger or a sub-class of Logger.
Definition: loggerfactory.h:33
 
LoggerPtr makeNewLoggerInstance(const LogString &name) const
 
virtual ~LoggerFactory()
Definition: loggerfactory.h:43
 
virtual LoggerPtr makeNewLoggerInstance(helpers::Pool &pool, const LogString &name) const =0
 
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
 
#define LOG4CXX_NS
Definition: log4cxx.h:104
 
std::basic_string< logchar > LogString
Definition: logstring.h:60
 
std::shared_ptr< Logger > LoggerPtr
Definition: defaultloggerfactory.h:27
 
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:158
 
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:39
 
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
 
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:43
 
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146