Lugdunum  0.1.0
Namespaces | Macros | Enumerations | Functions
Common.hpp File Reference
#include <lug/System/Export.hpp>
#include <fmt/format.h>
#include <fmt/ostream.h>
Include dependency graph for Common.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 lug
 
 lug::System
 
 lug::System::Logger
 

Macros

#define WIN32_LEAN_AND_MEAN
 
#define FMT_HEADER_ONLY
 
#define LUG_LOG_LEVELS(PROCESS)
 
#define LUG_LOG_ENUM(CHANNEL)   CHANNEL,
 

Enumerations

enum  lug::System::Logger::Level : uint8_t
 

Functions

std::ostream & lug::System::Logger::operator<< (std::ostream &os, Level level)
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 6 of file Common.hpp.

◆ FMT_HEADER_ONLY

#define FMT_HEADER_ONLY

Definition at line 8 of file Common.hpp.

◆ LUG_LOG_LEVELS

#define LUG_LOG_LEVELS (   PROCESS)
Value:
PROCESS(Debug) \
PROCESS(Info) \
PROCESS(Warning) \
PROCESS(Error) \
PROCESS(Fatal) \
PROCESS(Assert) \
PROCESS(Off) \

Definition at line 21 of file Common.hpp.

◆ LUG_LOG_ENUM

#define LUG_LOG_ENUM (   CHANNEL)    CHANNEL,

Definition at line 34 of file Common.hpp.