18#ifndef _LOG4CXX_HELPERS_PROPERTY_RESOURCE_BUNDLE_H
19#define _LOG4CXX_HELPERS_PROPERTY_RESOURCE_BUNDLE_H
Definition properties.h:33
PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale u...
Definition propertyresourcebundle.h:36
PropertyResourceBundle(InputStreamPtr inStream)
Creates a property resource bundle.
Properties properties
Definition propertyresourcebundle.h:55
LogString getString(const LogString &key) const override
Gets a string for the given key from this resource bundle or one of its parents.
Resource bundles contain locale-specific objects.
Definition resourcebundle.h:36
std::basic_string< logchar > LogString
Definition logstring.h:60
#define LOG4CXX_CAST_ENTRY(Interface)
Definition object.h:158
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition object.h:39
#define END_LOG4CXX_CAST_MAP()
Definition object.h:152
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition object.h:164
#define BEGIN_LOG4CXX_CAST_MAP()
Definition object.h:146