Zen 0.3.0
Loading...
Searching...
No Matches
Zen::Log Class Reference

Static Public Member Functions

static void init ()
template<typename... Args>
static void trace (fmt::format_string< Args... > fmt, Args &&...args)
template<typename... Args>
static void debug (fmt::format_string< Args... > fmt, Args &&...args)
template<typename... Args>
static void info (fmt::format_string< Args... > fmt, Args &&...args)
template<typename... Args>
static void warn (fmt::format_string< Args... > fmt, Args &&...args)
template<typename... Args>
static void error (fmt::format_string< Args... > fmt, Args &&...args)
template<typename... Args>
static void critical (fmt::format_string< Args... > fmt, Args &&...args)

Detailed Description

Definition at line 9 of file ZEN_Log.h.

Member Function Documentation

◆ critical()

template<typename... Args>
void Zen::Log::critical ( fmt::format_string< Args... > fmt,
Args &&... args )
inlinestatic

Definition at line 39 of file ZEN_Log.h.

◆ debug()

template<typename... Args>
void Zen::Log::debug ( fmt::format_string< Args... > fmt,
Args &&... args )
inlinestatic

Definition at line 18 of file ZEN_Log.h.

◆ error()

template<typename... Args>
void Zen::Log::error ( fmt::format_string< Args... > fmt,
Args &&... args )
inlinestatic

Definition at line 33 of file ZEN_Log.h.

◆ info()

template<typename... Args>
void Zen::Log::info ( fmt::format_string< Args... > fmt,
Args &&... args )
inlinestatic

Definition at line 23 of file ZEN_Log.h.

◆ init()

void Zen::Log::init ( )
static

Definition at line 5 of file ZEN_Log.cpp.

◆ trace()

template<typename... Args>
void Zen::Log::trace ( fmt::format_string< Args... > fmt,
Args &&... args )
inlinestatic

Definition at line 13 of file ZEN_Log.h.

◆ warn()

template<typename... Args>
void Zen::Log::warn ( fmt::format_string< Args... > fmt,
Args &&... args )
inlinestatic

Definition at line 28 of file ZEN_Log.h.


The documentation for this class was generated from the following files: