wren
Vulkan-based game engine
Loading...
Searching...
No Matches
wren::log Namespace Reference

Enumerations

enum class  LogLevel {
  Trace = 0 , Debug , Info , Warn ,
  Error , Fatal
}

Functions

static auto get_log_level ()
template<typename... Args>
void trace (const std::format_string< Args... > &fmt, Args &&... args)
template<typename... Args>
void debug (const std::format_string< Args... > &fmt, Args &&... args)
template<typename... Args>
void info (const std::format_string< Args... > &fmt, Args &&... args)
template<typename... Args>
void warn (const std::format_string< Args... > &fmt, Args &&... args)
template<typename... Args>
void error (const std::format_string< Args... > &fmt, Args &&... args)
template<typename... Args>
void fatal (const std::format_string< Args... > &fmt, Args &&... args)

Enumeration Type Documentation

◆ LogLevel

enum class wren::log::LogLevel
strong
Enumerator
Trace 
Debug 
Info 
Warn 
Error 
Fatal 

Function Documentation

◆ debug()

template<typename... Args>
void wren::log::debug ( const std::format_string< Args... > & fmt,
Args &&... args )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ error()

template<typename... Args>
void wren::log::error ( const std::format_string< Args... > & fmt,
Args &&... args )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fatal()

template<typename... Args>
void wren::log::fatal ( const std::format_string< Args... > & fmt,
Args &&... args )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_log_level()

auto wren::log::get_log_level ( )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ info()

template<typename... Args>
void wren::log::info ( const std::format_string< Args... > & fmt,
Args &&... args )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ trace()

template<typename... Args>
void wren::log::trace ( const std::format_string< Args... > & fmt,
Args &&... args )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ warn()

template<typename... Args>
void wren::log::warn ( const std::format_string< Args... > & fmt,
Args &&... args )
Here is the call graph for this function:
Here is the caller graph for this function: