Pathfinder
|
This file implements all functionality declared in Output.h. More...
#include <iostream>
#include <spdlog/spdlog.h>
#include <spdlog/sinks/basic_file_sink.h>
#include <spdlog/stopwatch.h>
#include <spdlog/fmt/chrono.h>
#include "Output.h"
Namespaces | |
Pathfinder | |
Functions | |
void | Pathfinder::disableOutput () |
Prevents any output from being printed onto the terminal. More... | |
void | Pathfinder::enableOutput () |
Permits all output to be printed onto the terminal. More... | |
void | Pathfinder::disableLogging () |
Prevents the creation of log files. More... | |
void | Pathfinder::enableLogging () |
Permits the creation of log files. More... | |
void | Pathfinder::createLoggers (const std::string &dir) |
Create all logger objects used throughout the code. More... | |
void | Pathfinder::disableOBJ () |
Prevent any OBJ files from being created. More... | |
Variables | |
bool | Pathfinder::objOutput = true |
Indicate whether OBJ files shall be created. More... | |
This file implements all functionality declared in Output.h.