void disableLogging()
Prevents the creation of log files.
Definition: Output.cpp:36
void disableOutput()
Prevents any output from being printed onto the terminal.
Definition: Output.cpp:22
bool objOutput
Indicate whether OBJ files shall be created.
Definition: Output.cpp:20
void disableOBJ()
Prevent any OBJ files from being created.
Definition: Output.cpp:61
void createLoggers(const std::string &dir)
Create all logger objects used throughout the code.
Definition: Output.cpp:46
void enableLogging()
Permits the creation of log files.
Definition: Output.cpp:41
void enableOutput()
Permits all output to be printed onto the terminal.
Definition: Output.cpp:29