itch-mold-replay 1.0
Time-accurate NASDAQ TotalView-ITCH 5.0 replay over MoldUDP64
Loading...
Searching...
No Matches
imr::util::log Namespace Reference

Namespaces

namespace  detail
 

Functions

template<typename... Args>
void error (std::format_string< Args... > fmt, Args &&... args)
 
void perror (std::source_location loc=std::source_location::current())
 
template<typename... Args>
void warn (std::format_string< Args... > fmt, Args &&... args)
 
template<typename... Args>
void info (std::format_string< Args... > fmt, Args &&... args)
 
template<typename... Args>
void debug (std::format_string< Args... > fmt, Args &&... args)
 
template<typename... Args>
void debug (std::source_location loc=std::source_location::current())
 

Function Documentation

◆ error()

template<typename... Args>
void imr::util::log::error ( std::format_string< Args... >  fmt,
Args &&...  args 
)

◆ perror()

void imr::util::log::perror ( std::source_location  loc = std::source_location::current())
inline

◆ warn()

template<typename... Args>
void imr::util::log::warn ( std::format_string< Args... >  fmt,
Args &&...  args 
)

◆ info()

template<typename... Args>
void imr::util::log::info ( std::format_string< Args... >  fmt,
Args &&...  args 
)

◆ debug() [1/2]

template<typename... Args>
void imr::util::log::debug ( std::format_string< Args... >  fmt,
Args &&...  args 
)

◆ debug() [2/2]

template<typename... Args>
void imr::util::log::debug ( std::source_location  loc = std::source_location::current())