|
Babel
1
The voip software that only works on your local network
|
This file contains the Log class responsible for outputting information only when requested. More...
#include <ctime>#include <mutex>#include <string>#include <chrono>#include <sstream>#include <iomanip>#include <iostream>#include <unistd.h>#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 logging and debug outputs only when debugging and logging is enabled. More... | |
Namespaces | |
| namespace | Logging |
Functions | |
| bool | Logging::isRedirected () |
| Checks if the output is being redirected to a file. | |
This file contains the Log class responsible for outputting information only when requested.
Definition in file Log.hpp.