18 #ifndef _LOG4CXX_CONFIG_PROPERTYSETTER_H
19 #define _LOG4CXX_CONFIG_PROPERTYSETTER_H
General purpose Object property setter.
Definition: propertysetter.h:54
void activate(log4cxx::helpers::Pool &p)
void setProperty(const LogString &option, const LogString &value, log4cxx::helpers::Pool &p)
Set a property on this PropertySetter's Object.
PropertySetter(const helpers::ObjectPtr &obj)
Create a new PropertySetter for the specified Object.
helpers::ObjectPtr obj
Definition: propertysetter.h:56
static void setProperties(const helpers::ObjectPtr &obj, helpers::Properties &properties, const LogString &prefix, log4cxx::helpers::Pool &p)
Set the properties of an object passed as a parameter in one go.
void setProperties(helpers::Properties &properties, const LogString &prefix, log4cxx::helpers::Pool &p)
Set the properites for the object that match the prefix passed as parameter.
base class for java-like objects.
Definition: object.h:102
Definition: properties.h:39
std::shared_ptr< Object > ObjectPtr
Definition: propertysetter.h:28
Definition: appender.h:33
std::basic_string< logchar > LogString
Definition: logstring.h:66