\brief Log an error.
| 78 | |
| 79 | /// \brief Log an error. |
| 80 | inline void Error(const char* fmt, const auto&... args) |
| 81 | { |
| 82 | details::FPrintf(fmt, args...); |
| 83 | } |
| 84 | //----------------------------------------------------------------------------- |
| 85 | |
| 86 | inline void Dump([[maybe_unused]] const auto* stmt) |