Storm
A Modern Probabilistic Model Checker
|
Go to the source code of this file.
Namespaces | |
namespace | storm |
LabParser.cpp. | |
namespace | storm::utility |
Functions | |
void | storm::utility::initializeLogger () |
Initializes the logging framework and sets up logging to console. | |
void | storm::utility::setOutputDigits (int digits) |
Set number of digits for printing output. | |
void | storm::utility::setUp () |
Performs some necessary initializations. | |
void | storm::utility::cleanUp () |
Performs some necessary clean-up. | |
void | storm::utility::setOutputDigitsFromGeneralPrecision (double precision) |
Set number of digits for printing output from given precision requirement. | |
l3pp::LogLevel | storm::utility::getLogLevel () |
Gets the global log level. | |
void | storm::utility::setLogLevel (l3pp::LogLevel level) |
Set the global log level. | |
void | storm::utility::initializeFileLogging (std::string const &logfileName) |
Sets up the logging to file. | |