![]() |
FIMS
v0.8.1
|
Creates pre-processing macros such as what type of machine you are on and creates the log information. More...
#include <fstream>#include <map>#include <memory>#include <vector>#include <string>#include <unordered_map>#include <cstdlib>#include <chrono>#include <sstream>#include <iostream>#include <filesystem>#include <stdlib.h>#include <signal.h>#include <csignal>#include <cstring>#include <stdexcept>Go to the source code of this file.
Classes | |
| struct | fims::LogEntry |
| class | fims::FIMSLog |
Macros | |
| #define | FIMS_INFO_LOG(MESSAGE) |
| #define | FIMS_WARNING_LOG(MESSAGE) |
| #define | FIMS_ERROR_LOG(MESSAGE) |
| #define | FIMS_STR(s) #s |
Functions | |
| void | fims::WriteAtExit (int sig) |
| template<typename T > | |
| std::string | fims::to_string (T v) |
Creates pre-processing macros such as what type of machine you are on and creates the log information.
Print MESSAGE to error log
Print MESSAGE to info log
Print MESSAGE to warning log
Converts an object T to a string.
| v |