18#ifndef _LOG4CXX_CONFIG_PROPERTYSETTER_H
19#define _LOG4CXX_CONFIG_PROPERTYSETTER_H
65 helpers::ObjectPtr
obj;
89 LOG4CXX_NS::helpers::Pool& p);
97 LOG4CXX_NS::helpers::Pool& p);
110 LOG4CXX_NS::helpers::Pool& p);
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:65
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:106
Definition properties.h:33
Definition propertysetter.h:45
Definition propertysetter.h:27
std::basic_string< logchar > LogString
Definition logstring.h:60
LOG4CXX_INSTANTIATE_EXPORTED_PTR(log4cxx::helpers::Object)