Engauge Digitizer 2
Loading...
Searching...
No Matches
Configurator.cpp
Go to the documentation of this file.
2
3namespace log4cpp {
4
5 ConfigureFailure::ConfigureFailure (const std::string &reason) :
6 std::runtime_error (reason)
7 {
8 }
9}
ConfigureFailure(const std::string &reason)
Single constructor.