00001
00002
00003
00004
00005
00006
00007
00008 #ifndef _LOG4CPP_PROPERTYCONFIGURATOR_HH
00009 #define _LOG4CPP_PROPERTYCONFIGURATOR_HH
00010
00011 #include <log4cpp/Portability.hh>
00012 #include <log4cpp/Export.hh>
00013
00014 #include <string>
00015 #include <log4cpp/Configurator.hh>
00016
00017 namespace log4cpp {
00018
00046 class LOG4CPP_EXPORT PropertyConfigurator {
00047 public:
00054 static void configure(const std::string& initFileName);
00055 };
00056 }
00057
00058 #endif // _LOG4CPP_PROPERTYCONFIGURATOR_HH