1#ifndef STORM_UTILITY_INITIALIZE_H
2#define 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.