18#ifndef _LOG4CXX_SPI_OPTION_HANDLER_H 
   19#define _LOG4CXX_SPI_OPTION_HANDLER_H 
base class for java-like objects.
Definition: object.h:106
 
A string based interface to configure package components.
Definition: optionhandler.h:35
 
virtual void setOption(const LogString &option, const LogString &value)=0
Set option to value.
 
virtual void activateOptions(helpers::Pool &p)=0
Activate the options that were previously set with calls to option setters.
 
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
 
#define LOG4CXX_NS
Definition: log4cxx.h:104
 
std::shared_ptr< OptionHandler > OptionHandlerPtr
Definition: optionhandler.h:29
 
std::basic_string< logchar > LogString
Definition: logstring.h:60
 
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:39