18#ifndef _LOG4CXX_SPI_OPTION_HANDLER_H
19#define _LOG4CXX_SPI_OPTION_HANDLER_H
base class for java-like objects.
Definition object.h:105
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.
std::shared_ptr< OptionHandler > OptionHandlerPtr
Definition optionhandler.h:29
Definition configuration.h:25
std::basic_string< logchar > LogString
Definition logstring.h:60
std::shared_ptr< Ret > cast(const std::shared_ptr< Type > &incoming)
Attempt to cast one Object to another kind of Object.
Definition object.h:126
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition object.h:38