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
log4cpp::PropertyConfigurator::configure
static void configure(const std::string &initFilename)
Noop method for configuration.
Definition: PropertyConfigurator.cpp:5
log4cpp
Definition: Appender.hh:4
log4cpp::PropertyConfigurator
Noop class that mimics the same class in the log4cpp library.
Definition: PropertyConfigurator.hh:10
LayoutAppender.hh