|
R-Type
2
Doom but in better
|
This is the file in charge of containing the Log class (the one in charge of outputing info only when asked to) More...
#include <ctime>#include <mutex>#include <string>#include <chrono>#include <sstream>#include <iomanip>#include <iostream>#include "Utilities/OperatorRebind.hpp"

Go to the source code of this file.
Data Structures | |
| class | Logging::Log |
| A singleton class that provides thread-safe logging capabilities with timestamps, active only when loggin and debug outputs only when debugging and logging is enabled. More... | |
Namespaces | |
| namespace | Logging |
Functions | |
| bool | Logging::isRedirected () |
| Check if the output is being redirected to a file. | |
This is the file in charge of containing the Log class (the one in charge of outputing info only when asked to)
Definition in file Log.hpp.