R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Logging Namespace Reference

Data Structures

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

Functions

bool isRedirected ()
 Check if the output is being redirected to a file.
 

Function Documentation

◆ isRedirected()

bool Logging::isRedirected ( )
inline

Check if the output is being redirected to a file.

Returns
true if the output is being redirected to a file
false if the output is not being redirect to a file

Definition at line 189 of file Log.hpp.