Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
initialize.h
Go to the documentation of this file.
1#ifndef STORM_UTILITY_INITIALIZE_H
2#define STORM_UTILITY_INITIALIZE_H
3
5
6namespace storm {
7namespace utility {
11void initializeLogger();
15void setUp();
16
20void cleanUp();
21
27void setOutputDigitsFromGeneralPrecision(double precision);
28
32l3pp::LogLevel getLogLevel();
33
37void setLogLevel(l3pp::LogLevel level);
38
42void initializeFileLogging(std::string const& logfileName);
43
44} // namespace utility
45} // namespace storm
46
47#endif /* STORM_UTILITY_INITIALIZE_H */
void initializeLogger()
Initializes the logging framework and sets up logging to console.
void initializeFileLogging(std::string const &logfileName)
Sets up the logging to file.
void cleanUp()
Performs some necessary clean-up.
void setLogLevel(l3pp::LogLevel level)
Set the global log level.
void setUp()
Performs some necessary initializations.
void setOutputDigitsFromGeneralPrecision(double precision)
Set number of digits for printing output from given precision requirement.
l3pp::LogLevel getLogLevel()
Gets the global log level.
LabParser.cpp.
Definition cli.cpp:18