|
itch-mold-replay 1.0
Time-accurate NASDAQ TotalView-ITCH 5.0 replay over MoldUDP64
|
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()) |
| void imr::util::log::error | ( | std::format_string< Args... > | fmt, |
| Args &&... | args | ||
| ) |
|
inline |
| void imr::util::log::warn | ( | std::format_string< Args... > | fmt, |
| Args &&... | args | ||
| ) |
| void imr::util::log::info | ( | std::format_string< Args... > | fmt, |
| Args &&... | args | ||
| ) |
| void imr::util::log::debug | ( | std::format_string< Args... > | fmt, |
| Args &&... | args | ||
| ) |
| void imr::util::log::debug | ( | std::source_location | loc = std::source_location::current() | ) |