Hubris Engine Dev
A Project to learn and get into Game Engine developement.
 
Loading...
Searching...
No Matches
Logger.h File Reference
#include <iostream>
#include <utility>
#include <chrono>
#include <thread>
#include <iomanip>
#include <sstream>
#include <unordered_map>
#include "fmt/core.h"
#include <fmt/std.h>
+ Include dependency graph for Logger.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hubris::Logger
 

Namespaces

namespace  Hubris
 The Hubris Engine main namespace.
 

Macros

#define HBR_LOGGER
 
#define LOG_FILE_LIMIT   5
 
#define LOG_FILE_MAX_SIZE   5 * 1024 * 1024
 

Macro Definition Documentation

◆ HBR_LOGGER

#define HBR_LOGGER

Definition at line 4 of file Logger.h.

◆ LOG_FILE_LIMIT

#define LOG_FILE_LIMIT   5

Definition at line 5 of file Logger.h.

◆ LOG_FILE_MAX_SIZE

#define LOG_FILE_MAX_SIZE   5 * 1024 * 1024

Definition at line 6 of file Logger.h.