1#ifndef STORM_SETTINGS_MODULES_DEBUGSETTINGS_H_
2#define STORM_SETTINGS_MODULES_DEBUGSETTINGS_H_
68 static const std::string debugOptionName;
69 static const std::string traceOptionName;
70 static const std::string additionalChecksOptionName;
71 static const std::string logfileOptionName;
72 static const std::string logfileOptionShortName;
73 static const std::string testOptionName;
This class represents the debug settings.
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.
bool isAdditionalChecksSet() const
Retrieves whether additional checks on the input should be performed.
This is the base class of the settings for a particular module.