18 #ifndef _LOG4CXX_SPI_LOGGERFACTORY_H
19 #define _LOG4CXX_SPI_LOGGERFACTORY_H
base class for java-like objects.
Definition: object.h:102
Implement this interface to create new instances of Logger or a sub-class of Logger.
Definition: loggerfactory.h:33
virtual LoggerPtr makeNewLoggerInstance(log4cxx::helpers::Pool &pool, const LogString &name) const =0
Definition: appender.h:33
std::basic_string< logchar > LogString
Definition: logstring.h:66
std::shared_ptr< Logger > LoggerPtr
Definition: defaultloggerfactory.h:26
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26