R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Log.hpp File Reference

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"
Include dependency graph for Log.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.