18#ifndef _LOG4CXX_SPI_CONFIGURATOR_H 
   19#define _LOG4CXX_SPI_CONFIGURATOR_H 
   42#if 15 < LOG4CXX_ABI_VERSION 
   58            ( 
const File&                     configFileName
 
An abstract representation of file and directory path names.
Definition: file.h:41
 
base class for java-like objects.
Definition: object.h:106
 
Implemented by classes capable of configuring log4j using a URL.
Definition: configurator.h:39
 
virtual ConfigurationStatus doConfigure(const File &configFileName, spi::LoggerRepositoryPtr repository)=0
Interpret a resource pointed by a URL and set up log4j accordingly.
 
#define LOG4CXX_ABI_VERSION
Definition: log4cxx.h:28
 
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
 
#define LOG4CXX_PTR_DEF(T)
Definition: log4cxx.h:64
 
#define LOG4CXX_NS
Definition: log4cxx.h:104
 
std::shared_ptr< LoggerRepository > LoggerRepositoryPtr
Definition: optionconverter.h:33
 
ConfigurationStatus
Definition: configurator.h:30
 
#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 BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146