R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
logger Namespace Reference

Namespaces

namespace  Colors
 ANSI color codes for terminal output.
 

Classes

class  Logger
 Thread-safe logging system with timestamps and source location. More...
 

Enumerations

enum class  Level {
  DEBUG , INFO , WARNING , ERROR ,
  CRITICAL
}
 Log severity levels. More...
 

Enumeration Type Documentation

◆ Level

enum class logger::Level
strong

Log severity levels.

Enumerator
DEBUG 
INFO 
WARNING 
ERROR 
CRITICAL 

Definition at line 24 of file Logger.hpp.