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