Potato Engine
Loading...
Searching...
No Matches
Debug.cpp File Reference
#include <chrono>
#include <iomanip>
#include "fmt/chrono.h"
#include "Debug.hpp"

Go to the source code of this file.

Macros

#define X(name)

Functions

std::string getTimestampUTC ()

Variables

Logger LOG_DEFAULT
 Default log object.

Macro Definition Documentation

◆ X

#define X ( name)
Value:
{ LogType::name, std::string(#name) },

Definition at line 19 of file Debug.cpp.

Function Documentation

◆ getTimestampUTC()

std::string getTimestampUTC ( )

Definition at line 30 of file Debug.cpp.

Variable Documentation

◆ LOG_DEFAULT

Logger LOG_DEFAULT

Default log object.

This is a Logger object reference. Use as function call: LOG_DEFAULT(...)

See also
Logger::operator()

Definition at line 9 of file Debug.cpp.