| 161 | |
| 162 | template<typename... Args> |
| 163 | inline void error(string_view_t fmt, const Args &... args) |
| 164 | { |
| 165 | default_logger_raw()->error(fmt, args...); |
| 166 | } |
| 167 | |
| 168 | template<typename... Args> |
| 169 | inline void critical(string_view_t fmt, const Args &... args) |