Storm 1.10.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
initialize.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace storm {
6namespace utility {
10void initializeLogger();
14void setUp();
15
19void cleanUp();
20
26void setOutputDigitsFromGeneralPrecision(double precision);
27
31l3pp::LogLevel getLogLevel();
32
36void setLogLevel(l3pp::LogLevel level);
37
41void initializeFileLogging(std::string const& logfileName);
42
43} // namespace utility
44} // namespace storm
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.