9 #ifndef _LOG4CPP_PROPERTIES_HH 10 #define _LOG4CPP_PROPERTIES_HH 24 virtual void load(std::istream& in);
25 virtual void save(std::ostream& out);
27 virtual int getInt(
const std::string& property,
int defaultValue);
28 virtual bool getBool(
const std::string& property,
bool defaultValue);
29 virtual std::string getString(
const std::string& property,
const char* defaultValue);
32 virtual void _substituteVariables(std::string& value);
36 #endif // _LOG4CPP_PROPERTIES_HH
#define LOG4CPP_EXPORT
Definition: Export.hh:26
The top level namespace for all 'Log for C++' types and classes.
Definition: AbortAppender.hh:16
Definition: Properties.hh:19