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

Functions

template<typename... Args>
void base (std::FILE *stream, std::string_view tag, std::string_view color, std::format_string< Args... > fmt, Args &&... args)
 

Variables

constexpr int level {IMR_LOG_LEVEL}
 
constexpr std::string_view color_error {"\033[1;31m"}
 
constexpr std::string_view color_warn {"\033[1;33m"}
 
constexpr std::string_view color_info {"\033[36m"}
 
constexpr std::string_view color_debug {"\033[35m"}
 

Function Documentation

◆ base()

template<typename... Args>
void imr::util::log::detail::base ( std::FILE *  stream,
std::string_view  tag,
std::string_view  color,
std::format_string< Args... >  fmt,
Args &&...  args 
)

Variable Documentation

◆ level

constexpr int imr::util::log::detail::level {IMR_LOG_LEVEL}
inlineconstexpr

◆ color_error

constexpr std::string_view imr::util::log::detail::color_error {"\033[1;31m"}
inlineconstexpr

◆ color_warn

constexpr std::string_view imr::util::log::detail::color_warn {"\033[1;33m"}
inlineconstexpr

◆ color_info

constexpr std::string_view imr::util::log::detail::color_info {"\033[36m"}
inlineconstexpr

◆ color_debug

constexpr std::string_view imr::util::log::detail::color_debug {"\033[35m"}
inlineconstexpr