18 #ifndef _LOG4CXX_HELPERS_RESOURCE_BUNDLE_H 19 #define _LOG4CXX_HELPERS_RESOURCE_BUNDLE_H 61 static ResourceBundlePtr getBundle(
const LogString& baseName,
73 inline void setParent(
const ResourceBundlePtr& parent1)
75 this->parent = parent1;
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:148
ResourceBundlePtr parent
The parent bundle of this bundle.
Definition: resourcebundle.h:84
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:142
LOG4CXX_PTR_DEF(AppenderAttachableImpl)
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:136
void setParent(const ResourceBundlePtr &parent1)
Definition: resourcebundle.h:73
base class for java-like objects.
Definition: object.h:101
Resource bundles contain locale-specific objects.
Definition: resourcebundle.h:35
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:66