10 std::string inputPath =
"External_Integration/softsusy_ewinos_example.in";
11 std::string outputPath =
"output.slha";
13 LOG_INFO(
"Starting spectrum calculation...");
15 LOG_INFO(
"Spectrum calculation completed.");
#define LOG_INFO(...)
Macro for logging informational messages.
A singleton logging utility supporting multiple logging levels and concurrent logging to file and ter...
void setLevel(LogLevel level)
Sets the logging level.
static Logger * getInstance()
Retrieves the singleton instance of the Logger.
void calculateSpectrum(const std::string &inputFilePath, const std::string &outputFilePath) override
Performs the spectrum calculation.