Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
initialize.h File Reference
Include dependency graph for initialize.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  storm
namespace  storm::utility

Functions

void storm::utility::initializeLogger ()
 Initializes the logging framework and sets up logging to console.
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.