18 #ifndef _LOG4CXX_SPI_OPTION_HANDLER_H 19 #define _LOG4CXX_SPI_OPTION_HANDLER_H 21 #include <log4cxx/logstring.h> 22 #include <log4cxx/helpers/object.h> 23 #include <log4cxx/helpers/objectptr.h> 30 typedef helpers::ObjectPtrT<OptionHandler> OptionHandlerPtr;
64 virtual void setOption(
const LogString& option,
65 const LogString& value) = 0;
72 #endif //_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
Definition: appender.h:33