60 static const std::string debugOptionName;
61 static const std::string traceOptionName;
62 static const std::string logfileOptionName;
63 static const std::string logfileOptionShortName;
64 static const std::string testOptionName;
bool isDebugSet() const
Retrieves whether the debug option was set.
bool isTestSet() const
Retrieves whether the test option was set.
bool isLogfileSet() const
Retrieves whether the logfile option was set.
std::string getLogfilename() const
Retrieves the name of the log file if the logfile option was set.
DebugSettings()
Creates a new set of debug settings.
static const std::string moduleName
bool isTraceSet() const
Retrieves whether the trace option was set.
ModuleSettings(std::string const &moduleName)
Constructs a new settings object.