18 #ifndef _LOG4CXX_CONFIG_PROPERTYSETTER_H
19 #define _LOG4CXX_CONFIG_PROPERTYSETTER_H
65 helpers::ObjectPtr
obj;
105 #if LOG4CXX_ABI_VERSION <= 15
109 [[deprecated(
"Use setProperties() without a Pool parameter instead")]]
114 [[deprecated(
"Use setProperties() without a Pool parameter instead")]]
119 [[deprecated(
"Use setProperty() without a Pool parameter instead")]]
124 [[deprecated(
"Use activate() without a Pool parameter instead")]]
General purpose Object property setter.
Definition: propertysetter.h:63
void setProperty(const LogString &option, const LogString &value, helpers::Pool &p)
static void setProperties(const helpers::ObjectPtr &obj, helpers::Properties &properties, const LogString &prefix)
Set the properties of an object passed as a parameter in one go.
static void setProperties(const helpers::ObjectPtr &obj, helpers::Properties &properties, const LogString &prefix, helpers::Pool &p)
PropertySetter(const helpers::ObjectPtr &obj)
Create a new PropertySetter for the specified Object.
void setProperties(helpers::Properties &properties, const LogString &prefix)
Set the properites for the object that match the prefix passed as parameter.
void setProperties(helpers::Properties &properties, const LogString &prefix, helpers::Pool &p)
helpers::ObjectPtr obj
Definition: propertysetter.h:65
void activate(helpers::Pool &p)
void setProperty(const LogString &option, const LogString &value)
Set a property on this PropertySetter's Object.
base class for java-like objects.
Definition: object.h:102
Definition: properties.h:33
std::basic_string< logchar > LogString
Definition: logstring.h:60
LOG4CXX_INSTANTIATE_EXPORTED_PTR(log4cxx::helpers::Object)