Engauge Digitizer  2
PropertyConfigurator.hh
Go to the documentation of this file.
1 #ifndef PROPERTY_CONFIGURATOR_HH
2 #define PROPERTY_CONFIGURATOR_HH
3 
5 #include <string>
6 
7 namespace log4cpp {
8 
11  {
12  public:
14  static void configure (const std::string &initFilename);
15  };
16 }
17 
18 #endif // PROPERTY_CONFIGURATOR_HH
Noop class that mimics the same class in the log4cpp library.
static void configure(const std::string &initFilename)
Noop method for configuration.