Babel  1
The voip software that only works on your local network
Loading...
Searching...
No Matches
Log.hpp File Reference

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"
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 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.
 

Detailed Description

This file contains the Log class responsible for outputting information only when requested.

Definition in file Log.hpp.